forked from J-Alex/marco-webpack2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
42
43
44
45
46
47
48
{
"name": "marco-webpack2",
"version": "1.0.0",
"description": "Frontend task manager and module bundler - scaffold",
"main": "webpack.config.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"webpack": "webpack --watch",
"webpack-server": "webpack-dev-server --debug --output-pathinfo",
"test": "webpack test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenniercruz/marco-webpack2.git"
},
"keywords": [
"webpack2",
"module",
"bundler",
"taskt",
"manager",
"frontend",
"scaffold",
"workflow"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/jenniercruz/marco-webpack2/issues"
},
"homepage": "https://github.com/jenniercruz/marco-webpack2#readme",
"devDependencies": {
"babel-cli": "*",
"babel-core": "*",
"babel-loader": "*",
"babel-preset-env": "*",
"css-loader": "*",
"extract-text-webpack-plugin": "*",
"ng-annotate-loader": "^0.6.1",
"nginject-loader": "^2.1.0",
"node-sass": "*",
"sass-loader": "*",
"style-loader": "*",
"webpack": "^2.5.0",
"webpack-dev-server": "^2.2.0",
"webpack-uglify-js-plugin": "^1.1.9"
}
}