-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·52 lines (52 loc) · 1.35 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
{
"name": "maigouwang",
"version": "1.0.0",
"description": "买购网静态页面",
"main": "index.html",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "colpu",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.13.0",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-browser-sync": "0.0.4",
"gulp-changed": "^1.3.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.10",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.4",
"webpack": "^1.13.1"
},
"dependencies": {
"babel-eslint": "^7.1.1",
"webpack-stream": "^3.2.0"
}
}