-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "app",
"version": "0.0.1",
"description": "App description.",
"main": "index.js",
"scripts": {
"start": "node index"
},
"keywords": [],
"author": "Andrey Yamanov <[email protected]>",
"license": "MIT",
"dependencies": {
"angular": "^1.4.1",
"angular-ui-router": "^0.3.2",
"express": "^4.13.0",
"nodemon": "^1.3.7"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel-core": "^5.6.15",
"babel-loader": "^5.3.1",
"css-loader": "^0.15.1",
"csswring": "^3.0.5",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-loader": "^0.3.0",
"http-proxy": "^1.11.1",
"image-webpack-loader": "^1.6.1",
"imagemin": "^3.2.0",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"node-libs-browser": "^0.5.2",
"postcss-loader": "^0.5.1",
"stats-webpack-plugin": "^0.1.2",
"style-loader": "^0.12.3",
"uglify-loader": "^1.2.0",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
}
}