-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 995 Bytes
/
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
{
"name": "panli-package",
"version": "1.0.0",
"description": "Panli 组件库",
"main": "index.js",
"scripts": {
"dev": "browser-sync start --server --files \"*.*\""
},
"author": "Panli by zan",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.9.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-react": "^3.0.1",
"gulp-sftp": "^0.1.5",
"gulp-zip": "^3.0.2",
"lodash": "^3.10.1",
"react": "^0.13.3",
"reactify": "^1.1.1"
},
"dependencies": {
"browser-sync": "^2.9.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"react": "^0.13.3"
}
}