-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "webpackJsp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.dev.js --progress --colors",
"build": "webpack --config webpack.config.dev.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackeyyang/webpackJsp.git"
},
"author": "jackyyang",
"license": "ISC",
"bugs": {
"url": "https://github.com/jackeyyang/webpackJsp/issues"
},
"devDependencies": {
"async": "^2.1.5",
"autoprefixer": "^6.7.4",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.23.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"gaze": "^1.1.2",
"glob": "^7.1.1",
"handlebars": "^4.0.6",
"handlebars-layouts": "^3.1.4",
"html-webpack-plugin": "^2.28.0",
"loader-utils": "^0.2.17",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"node-sass": "^4.5.0",
"postcss-loader": "^1.3.1",
"resolve-url-loader": "^1.6.1",
"rimraf": "^2.6.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-manifest-plugin": "^1.1.0",
"webpack-md5-hash": "0.0.5",
"webpack-spritesmith": "^0.3.1",
"yaml-front-matter": "^3.4.0",
"yargs": "^6.6.0"
},
"homepage": "https://github.com/jackeyyang/webpackJsp#readme"
}