-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 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
{
"name": "angular-es6",
"version": "0.1.0",
"description": "",
"main": "src/app/app.module.js",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"dev-start": "webpack-dev-server",
"start": "webpack-dev-server --content-base build/"
},
"repository": {
"type": "git"
},
"keywords": [],
"author": "Shafeeque",
"license": "",
"devDependencies": {
"angular": "^1.6.1",
"angular-sanitize": "^1.6.1",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^0.4.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"bootstrap": "^3.3.7",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "2.2.0",
"webpack-dev-server": "^1.16.3"
}
}