forked from AirtestProject/PocoHierarchyViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.82 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
{
"name": "poco-hierarchy-viewer",
"version": "1.0.0",
"description": "poco hierarchy viewer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "lxn3032",
"license": "MIT",
"dependencies": {
"adbkit": "^2.10.0",
"babel-core": "^6.25.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-functions": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"bluebird": "^3.5.0",
"browserify": "^14.4.0",
"electron": "^1.6.11",
"eventemitter3": "^2.0.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-minify": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"gulp-watchify": "^0.7.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"loose-envify": "^1.3.1",
"node-apk-parser": "^0.2.3",
"pako": "^1.0.5",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-autobind": "^1.0.6",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-inspector": "^2.1.1",
"react-link-state": "^0.1.2",
"react-rnd": "^5.0.9",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-split-pane": "^0.1.64",
"react-treebeard": "^1.1.4",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"simple-pinyin": "^3.0.2",
"toastr": "^2.1.2",
"uuid-js": "^0.7.5",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"devDependencies": {
"electron-packager": "^8.7.2"
}
}