forked from vmware-archive/clarity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.35 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
{
"name": "clarity-all",
"version": "0.7.0",
"private": true,
"dependencies": {
"@angular/common": "2.2.0",
"@angular/compiler": "2.2.0",
"@angular/core": "2.2.0",
"@angular/forms": "2.2.0",
"@angular/platform-browser": "2.2.0",
"@angular/platform-browser-dynamic": "2.2.0",
"@angular/router": "3.2.0",
"@angular/upgrade": "2.2.0",
"@webcomponents/custom-elements": "github:webcomponents/custom-elements",
"angular": "1.5.x",
"core-js": "^2.4.0",
"font-awesome": "^4.5.0",
"mutationobserver-shim": "0.3.2",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
"web-animations-js": "^2.2.1",
"zone.js": "0.6.25"
},
"devDependencies": {
"bootstrap": "4.0.0-alpha.5",
"browser-sync": "^2.11.2",
"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": "^4.3.4",
"gulp-typescript": "2.13.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.1.0",
"jasmine-core": "^2.4.1",
"karma": "^1.2.0",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"merge-stream": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"prismjs": "^1.5.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"systemjs-builder": "^0.15.13",
"through2": "^2.0.1",
"tslint": "3.7.0-dev.5",
"typescript": "^2.0.9",
"typings": "^1.4.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",
"typings": "typings",
"postinstall": "typings install",
"publish:all": "npm publish dist/npm/clarity-ui; npm publish dist/npm/clarity-angular; npm publish dist/npm/clarity-icons; npm publish dist/npm/clarity-demos"
}
}