-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (38 loc) · 946 Bytes
/
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
{
"name": "lib",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp build-release:clean"
},
"author": "Alexey Zuev",
"license": "MIT",
"dependencies": {
"@angular/common": "4.2.1",
"@angular/compiler": "4.2.1",
"@angular/core": "4.2.1",
"@angular/platform-browser": "4.2.1",
"core-js": "^2.4.1",
"rxjs": "^5.4.0",
"systemjs": "0.19.43",
"tslib": "^1.7.1",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/compiler-cli": "4.2.1",
"@angular/platform-browser-dynamic": "4.2.1",
"fs-extra": "^3.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.1",
"gulp-htmlmin": "^3.0.0",
"rollup": "^0.42.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"run-sequence": "^1.2.2",
"sorcery": "^0.10.0",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
}
}