-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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": "codingandcocktails",
"version": "0.0.0",
"scripts": {
"lint": "jshint src/client/app/*.js",
"build": "webpack",
"watch": "nodemon -e js,html,less -w src/client -x 'npm run build'",
"deploy": "./node_modules/.bin/webpack --config webpack.build.js",
"start": "./node_modules/.bin/webpack && node server.js",
"postinstall": "npm run deploy"
},
"dependencies": {
"angular-filter": "^0.5.8",
"angular-google-maps": "^2.2.1",
"autoprefixer": "^6.1.1",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"bootstrap": "^3.3.6",
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.7.0",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"ng-annotate-loader": "0.0.10",
"postcss-loader": "^0.8.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"angular": "^1.4.8",
"angular-simple-logger": "~0.0.1",
"angular-ui-router": "^0.2.15",
"babel": "^5.8.19",
"body-parser": "^1.14.1",
"express": "^4.13.3",
"lodash": ">=3.8.0",
"path": "^0.12.7",
"serve-favicon": "^2.3.0",
"webpack": "^1.12.2"
},
"engines": {
"node": ">=0.10.0"
}
}