-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
42
43
{
"name": "angular-webpack-starter",
"version": "0.0.0",
"description": "Seed project to start ES6, Angular 1.4, ngNewRouter, and Webpack, WebPack Dev Server, & NodeJS",
"repository": "",
"main": "web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/.bin/webpack-dev-server --content-base www"
},
"author": "Justin Winthers",
"license": "ISC",
"dependencies": {
"angular": "^1.4.3",
"angular-new-router": "^0.5.3",
"angular-route": "^1.4.3",
"body-parser": "^1.13.2",
"bootstrap": "^3.3.5",
"compression": "^1.5.1",
"express": "^4.13.1",
"jquery": "^2.1.4",
"morgan": "^1.6.1"
},
"devDependencies": {
"babel-core": "^5.8.14",
"babel-loader": "^5.3.2",
"bootstrap": "^3.3.5",
"bootstrap-webpack": "0.0.3",
"css-loader": "^0.15.6",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"i": "^0.3.3",
"imports-loader": "^0.6.4",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
}
}