-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "dimeboxapp",
"version": "1.0.0",
"description": "MEAN blog app for an interview with DimeboxPayments",
"main": "index.js",
"engines": {
"node": "6.5.0"
},
"scripts": {
"babel": "babel src --out-dir lib",
"babel:w": "babel -w src --out-dir lib",
"webpack": "webpack",
"webpack:w": "webpack --watch",
"postinstall": "npm run babel && npm run webpack",
"start": "node lib/app"
},
"author": "V. Levs",
"license": "ISC",
"dependencies": {
"angular2": "^2.0.0-beta.17",
"babel-cli": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"css-loader": "^0.25.0",
"es6-shim": "^0.35.0",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"jade": "^1.11.0",
"mongoose": "^4.6.0",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.6",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"zone.js": "^0.6.12"
}
}