-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 2.85 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "moles",
"version": "0.0.1",
"description": "VR前端集成基础工具",
"main": "dest/controller/app.js",
"scripts": {
"test": "npm test",
"start": "electron .",
"dev": "node build/build.js"
},
"repository": {
"type": "git",
"url": "git@github.com:linkFly6/moles.git"
},
"keywords": [
"web",
"tool",
"webDev"
],
"author": "linkFly",
"license": "MIT",
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-dynamic-import-webpack": "^1.0.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-module-method": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
"babel-plugin-transform-es2015-modules-amd": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-plugin-transform-es2015-parameters": "^6.21.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-runtime": "^6.0.0",
"css-loader": "^0.26.1",
"electron-json-storage": "^2.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.24.1",
"json-loader": "^0.5.4",
"lodash": "^4.10.0",
"material-design-icons": "^3.0.1",
"muse-ui": "^2.0.0-beta.3",
"node-sass": "^4.1.1",
"style-loader": "^0.13.1",
"uglify-js": "^2.6.2",
"vue": "^2.1.6",
"vue-router": "^2.1.1",
"webpack": "^1.14.0",
"yuicompressor": "^2.4.8"
},
"devDependencies": {
"babel-preset-electron": "^0.37.8",
"colors": "^1.1.2",
"css-loader": "^0.26.1",
"electron": "^1.4.13",
"eslint": "^3.12.2",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"html-webpack-plugin": "^2.26.0",
"json-loader": "^0.5.4",
"keycode": "^2.1.8",
"node-gyp": "^3.3.1",
"node-inspector": "^0.12.8",
"node-pre-gyp": "git+https://git@github.com/enlight/node-pre-gyp.git#detect-electron-runtime-in-find",
"sass-loader": "^4.1.1",
"svg-url-loader": "^1.1.0",
"url-loader": "^0.5.7",
"vue": "^2.1.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.6",
"webpack-node-externals": "^1.5.4",
"webpack-stream": "^3.2.0"
}
}