-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "angularmaterial-webpack-oclazyload",
"version": "0.0.0",
"author": "preciousDev",
"license": "MIT",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --watch --devtool eval --progress --colors --content-base views",
"start": "webpack && node ./bin/www"
},
"dependencies": {
"angular": "^1.5.9",
"angular-animate": "^1.6.2",
"angular-aria": "^1.6.2",
"angular-material": "^1.1.3",
"angular-ui-router": "0.4.2",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"hbs": "~4.0.1",
"mdi": "^1.8.36",
"morgan": "~1.7.0",
"oclazyload": "^1.0.9",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babel-core": "^5.1.9",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "2.0.0",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"ng-annotate-webpack-plugin": "^0.1.2",
"node-sass": "^3.4.2",
"raw-loader": "^0.5.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "2.2.1",
"webpack-dev-server": "^1.14.1",
"webpack-strip": "^0.1.0"
}
}