-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 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
{
"name": "angular-webpack-starter-kit",
"version": "1.0.0",
"description": "Angular Webpack Starter kit",
"main": "./app/app.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --port 8090 --hot --inline --content-base build/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pierre-Alexandre Dupuy",
"private": "true",
"engines": {
"node": "0.12.x",
"npm": "2.x"
},
"dependencies": {
"angular": "^1.4.5",
"angular-animate": "^1.4.5",
"angular-aria": "^1.4.5",
"angular-material": "^0.10.1",
"angular-ui-router": "^0.2.15"
},
"devDependencies": {
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"bootstrap": "^3.3.5",
"css-loader": "^0.16.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"postcss-loader": "^0.6.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.12.3",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
}
}