-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 2.07 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
68
69
{
"name": "bee-tools",
"version": "1.1.3",
"description": "development tools for tinper-bee",
"main": "index.js",
"scripts": {},
"author": "yonyou iuapfed",
"license": "MIT",
"bin": {
"bee-tools": "./bin/bee-tools.js"
},
"dependencies": {
"babel-core": "~6.9.0",
"babel-loader": "~6.2.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-entries": "^1.0.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015-ie": "~6.6.2",
"babel-preset-react": "~6.5.0",
"babel-preset-stage-1": "~6.5.0",
"babel-preset-stage-3": "^6.17.0",
"babel-runtime": "^6.20.0",
"browser-sync": "^2.17.3",
"colors": "^1.3.3",
"commander": "~2.9.0",
"console-polyfill": "^0.2.2",
"copy-webpack-plugin": "^5.0.3",
"core-js": "^3.0.1",
"cross-spawn": "~4.0.0",
"es3ify-loader": "^0.2.0",
"es5-shim": "^4.5.8",
"file-loader": "^0.9.0",
"ghreleases": "^3.0.2",
"git-rev": "~0.2.1",
"github": "^0.1.14",
"gulp": "~3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "~6.1.1",
"gulp-concat": "~2.6.0",
"gulp-conventional-changelog": "^1.1.6",
"gulp-es3ify": "0.0.0",
"gulp-eslint": "~2.0.0",
"gulp-just-replace": "~1.0.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "~1.6.0",
"html-wiring": "~1.2.0",
"inquirer": "~1.0.0",
"istanbul-instrumenter-loader": "~0.2.0",
"mkdirp": "^0.5.1",
"open": "0.0.5",
"parseurl": "~1.3.1",
"promfig": "^0.1.2",
"promise": "~7.1.1",
"properties-parser": "^0.3.1",
"send": "~0.13.2",
"shelljs": "~0.7.0",
"sorted-object": "^2.0.1",
"svg2react-loader": "^1.0.3",
"url-loader": "^0.5.7",
"gulp-svg-symbols": "^3.2.3",
"webpack": "~1.x",
"webpack-dev-middleware": "~1.6.1"
}
}