-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.21 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
{
"name": "my-test-project",
"version": "0.1.0",
"description": "我的测试demo",
"main": "index.js",
"dependencies": {
"babel-polyfill": "^6.23.0",
"bootstrap": "^3.3.6",
"jquery": "^2.2.2",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.4",
"normalize.css": "^5.0.0",
"purecss": "^0.6.0",
"react": "^15.4.2",
"vue": "^2.1.10",
"zepto": "^1.2.0"
},
"devDependencies": {
"through2": "^2.0.3",
"autoprefixer": "^6.7.5",
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.2.2",
"babel-preset-stage-0": "^6.22.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-base64": "^0.1.3",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.1.1",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-usemin": "^0.3.28",
"imagemin-pngquant": "^5.0.0",
"run-sequence": "^1.2.2",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"build": "gulp dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "caidewu",
"license": "MIT"
}