forked from Closerly/greenfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.79 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
{
"name": "rpt01-greenfield-sandbox",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www ",
"build": "del-cli public/js/app && webpack --config webpack.config.dev.js --progress --profile --watch",
"build:prod": "del-cli public/js/app && ngc -p tsconfig.aot.json && ngc -p tsconfig.aot.json && webpack --config webpack.config.prod.js --progress --profile --bail && del-cli 'public/js/app/**/*.js' 'public/js/app/**/*.js.map' '!public/js/app/bundle.js' '!public/js/app/*.chunk.js' 'assets/app/**/*.ngfactory.ts' 'assets/app/**/*.shim.ts'"
},
"dependencies": {
"@angular/common": "2.0.1",
"@angular/compiler": "2.0.1",
"@angular/compiler-cli": "0.6.3",
"@angular/core": "2.0.1",
"@angular/forms": "2.0.1",
"@angular/http": "2.0.1",
"@angular/platform-browser": "2.0.1",
"@angular/platform-browser-dynamic": "2.0.1",
"@angular/platform-server": "2.0.1",
"@angular/router": "3.0.1",
"@angular/upgrade": "2.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"core-js": "^2.5.1",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-server": "^0.7.0",
"hbs": "~4.0.1",
"jsonwebtoken": "^8.0.1",
"mongoose": "^4.11.13",
"mongoose-unique-validator": "^1.0.6",
"morgan": "~1.8.1",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.4.3",
"serve-favicon": "~2.4.2",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@types/core-js": "^0.9.43",
"@types/node": "^8.0.31",
"angular2-router-loader": "^0.3.5",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.2.3",
"del-cli": "^1.1.0",
"html-loader": "^0.5.1",
"raw-loader": "^0.5.1",
"typescript": "^2.5.3",
"webpack": "^3.6.0",
"webpack-merge": "^4.1.0"
}
}