-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "angular-node-type-app",
"version": "1.0.0",
"scripts": {
"postinstall": "npm install typings install",
"lite": "lite-server",
"gulp": "gulp",
"start": "concurrent \"npm run gulp\" \"npm run lite\" "
},
"dependencies": {
"angular2": "2.0.0-beta.14",
"body-parser": "^1.14.1",
"ejs": ">= 0.5.0",
"errorhandler": "^1.4.2",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"express": "^4.13.3",
"gulp-run-sequence": "^0.3.2",
"jade": ">= 1.11.0",
"method-override": "^2.3.5",
"mongodb": ">= 1.4.29",
"mongoose": "^4.4.17",
"reflect-metadata": "0.1.2",
"run-sequence": "^1.1.5",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.25",
"zone.js": "0.6.6"
},
"devDependencies": {
"autoprefixer": "^6.3.5",
"cssnano": "^3.4.0",
"concurrently": "^2.0.0",
"gulp": "^3.9.0",
"gulp-ext-replace": "^0.2.0",
"gulp-imagemin": "^2.4.0",
"gulp-postcss": "^6.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.5.1",
"lite-server": "^2.1.0",
"postcss": "^5.0.13",
"postcss-scss": "^0.1.3",
"precss": "^1.3.0",
"typings": "^0.6.8"
}
}