forked from vmware-archive/clarity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "clarity-all",
"version": "0.10.0-rc.1",
"private": true,
"dependencies": {
"@angular/animations": "^4.3.0",
"@angular/common": "^4.3.0",
"@angular/compiler": "^4.3.0",
"@angular/compiler-cli": "^4.3.0",
"@angular/core": "^4.3.0",
"@angular/forms": "^4.3.0",
"@angular/platform-browser": "^4.3.0",
"@angular/platform-browser-dynamic": "^4.3.0",
"@angular/platform-server": "^4.3.0",
"@angular/router": "^4.3.0",
"@angular/upgrade": "^4.3.0",
"@webcomponents/custom-elements": "1.0.0",
"angular": "1.5.x",
"core-js": "^2.4.0",
"dompurify": "^0.9.0",
"font-awesome": "^4.5.0",
"intl": "1.1.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"systemjs": "0.19.40",
"web-animations-js": "^2.2.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@types/dompurify": "0.0.29",
"@types/jasmine": "2.5.40",
"@types/node": "^6.0.46",
"@types/selenium-webdriver": "^2.53.33",
"bootstrap": "4.0.0-alpha.5",
"browser-sync": "^2.11.2",
"cheerio": "^0.22.0",
"clang-format": "^1.0.37",
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clang-format": "^1.0.23",
"gulp-concat": "^2.6.0",
"gulp-env": "^0.4.0",
"gulp-gzip": "^1.2.0",
"gulp-inline-ng2-template": "0.0.10",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylestats": "^1.2.1",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "2.13.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.1.0",
"jasmine-core": "~2.5.2",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"merge-stream": "^1.0.0",
"prismjs": "^1.5.1",
"require-dir": "^0.3.0",
"rollup": "^0.37.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"run-sequence": "^1.1.5",
"systemjs-builder": "^0.15.13",
"through2": "^2.0.1",
"tslint": "^4.0.0",
"typescript": "~2.2.0"
},
"scripts": {
"start": "gulp serve",
"build": "gulp build --prod && gulp karma",
"build:dev": "gulp build",
"test": "gulp test",
"test:watch": "gulp test:watch",
"prepublish:all": "gulp npm:prepare --version $npm_package_version",
"publish:all": "npm publish dist/npm/clarity-ui; npm publish dist/npm/clarity-angular; npm publish dist/npm/clarity-icons",
"presample-app": "npm i dist/npm/clarity-ui; npm i dist/npm/clarity-icons; npm i dist/npm/clarity-angular;",
"sample-app": "gulp sample"
}
}