-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 941 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": "angular2-starter-gulp",
"version": "1.0.0",
"scripts": {
"gulp": "gulp",
"start": "concurrently \"npm run gulp\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-beta.12",
"systemjs": "0.19.24",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.6.6"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.1.0",
"typescript": "^1.8.9",
"typings":"^0.7.9",
"gulp": "^3.9.0",
"del": "^2.1.0",
"gulp-concat-css": "^2.2.0",
"gulp-ext-replace": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.1.1",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.5.1",
"jquery": "^2.2.2",
"bootstrap": "^3.3.6"
}
}