-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
49
50
51
52
53
54
{
"name": "live",
"version": "1.0.0",
"description": "A project of live",
"main": "index.js",
"scripts": {
"test": "test",
"build": "webpack --profile --progress --colors --display-error-details",
"dev": "webpack --watch --profile --progress --colors --display-error-details",
"hrm": "webpack-dev-server"
},
"keywords": [
"live",
"es6"
],
"dependencies": {},
"devDependencies": {
"assets-webpack-plugin": "^3.5.0",
"autoprefixer": "^6.6.1",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.2.0",
"clean-webpack-plugin": "^0.1.9",
"comment-core-library": "^0.9.3",
"css-loader": "^0.23.1",
"dot": "^1.1.1",
"dot-loader": "^0.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"fs": "0.0.1-security",
"fs-loader": "0.0.1",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.28.0",
"jquery-ajax-transport-xdomainrequest": "^1.0.4",
"jquery.caret": "^0.3.1",
"less": "^2.7.1",
"less-loader": "^2.2.2",
"open-browser-webpack-plugin": "0.0.2",
"postcss-loader": "^0.9.1",
"purecss": "^0.6.0",
"purifycss-webpack-plugin": "^2.0.3",
"social-share.js": "^1.0.16",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.0",
"webpack-validator": "^2.1.2"
},
"author": "stone.zou",
"license": "ISC"
}