-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.43 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
{
"name": "xiaoyoubang",
"private": true,
"version": "1.0.0",
"description": "Amaze UI React Starter Kit",
"repository": "https://github.com/GoUSTB/xiaoyoubang",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"devDependencies": {
"amazeui": "^2.5.0",
"amazeui-react": "latest",
"babelify": "^6.1.2",
"browser-sync": "^2.6.4",
"browserify": "^10.2.1",
"browserify-shim": "^3.8.7",
"del": "^1.1.1",
"eslint": "^0.19.0",
"eslint-plugin-react": "^2.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-cache": "^0.2.9",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-eslint": "^0.12.0",
"gulp-imagemin": "^2.0.0",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "0.1.5",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.4",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2",
"run-sequence": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "NODE_ENV=production gulp build"
},
"browserify-shim": {
"react": "global:React",
"react-dom": "global:ReactDOM"
}
}