-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"author": "Sumeet Sethi",
"license": "MIT",
"name": "boilerplate-webpack2-es6-angularjs-angularmaterial",
"version": "1.0.0",
"description": "Boiler Plate served with Webpack2 | ES2015 | AngularJS | Angular Material",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --progress --colors",
"dev2": "webpack -d --watch",
"prod": "webpack -p"
},
"dependencies": {
"angular": "^1.6.4",
"angular-material": "^1.1.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-messages": "^1.6.4",
"angular-resource": "^1.6.4",
"angular-ui-router": "^0.4.2",
"font-awesome": "^4.7.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.0",
"style-loader": "^0.16.1",
"file-loader": "^0.11.0",
"url-loader": "^0.5.8",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/setry14/boilerplate-webpack2-es6-angularjs-angularmaterial.git"
}
}