-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 980 Bytes
/
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": "dynamic-form",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"prebuild": "npm install",
"build": "webpack",
"watch": "API_ROOT='http://172.16.32.218:8000' webpack --watch",
"server": "node proxy.js",
"start": "npm run watch & npm run server"
},
"license": "MIT",
"dependencies": {
"angular": "^1.5.3",
"angular-chart.js": "^1.0.0-alpha8",
"autoprefixer": "^6.3.6",
"normalize.css": "^4.0.0",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0"
},
"devDependencies": {
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-material": "^1.0.8",
"angular-messages": "^1.5.5",
"angular-mocks": "^1.5.5",
"angular-route": "^1.5.5",
"angular-sanitize": "^1.5.5",
"css-loader": "^0.23.1",
"express": "^4.13.4",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"pm2": "^1.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.12.14"
}
}