-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.51 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": "es6-react",
"version": "0.0.1",
"description": "作为ES6与react搭配的项目初始化",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"keywords": [
"es6",
"react"
],
"author": "Wade",
"license": "ISC",
"devDependencies": {
"antd": "^0.10.0-beta23",
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.1.4",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.4",
"babel-preset-react": "^6.1.4",
"brfs": "^1.4.0",
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"css-loader": "^0.22.0",
"del": "^2.0.2",
"envify": "^3.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.0",
"gulp-cache": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.1",
"gulp-imagemin": "^2.4.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-html": "^1.0.4",
"gulp-react": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.2",
"gulp-webpack": "^1.5.0",
"jsx-loader": "^0.12.2",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"run-sequence": "^1.1.4",
"style-loader": "^0.13.0",
"transform-loader": "^0.2.1",
"watchify": "^3.6.0",
"webpack": "^1.12.4"
}
}