-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.77 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "BrickPlus",
"author": "frontUI",
"description": "BrickPlus 是部分基于 Bootstarp 框架的FrontUI前端团队的项目开发框架",
"version": "1.2.2",
"main": "dist/js/brickPlus.js",
"scripts": {
"dev": "gulp",
"cp": "webpack --watch --config webpack.conf.js",
"deploy": "gulp deploy",
"build": "gulp bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontUI/BrickPlus.git"
},
"bugs": {
"url": "https://github.com/frontUI/BrickPlus/issues"
},
"files": [
"dist"
],
"license": "MIT License",
"homepage": "https://github.com/frontUI/BrickPlus#readme",
"devDependencies": {
"BrickPlus": "^1.0.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.11",
"gulp-connect": "^2.2.0",
"gulp-footer": "^1.0.5",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^1.8.0",
"gulp-header": "^1.7.1",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.0",
"gulp-newer": "^0.5.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-prettify": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-run": "^1.7.1",
"gulp-sequence": "^0.4.5",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp.spritesmith": "^4.0.0",
"merge": "^1.2.0",
"merge-stream": "^1.0.0",
"nunjucks": "^1.3.4",
"path": "^0.11.14",
"proxy-middleware": "^0.15.0",
"through2": "^2.0.0",
"webpack": "^1.13.1"
},
"dependencies": {
"bundle": "^0.2.3"
}
}