-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.6 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.6 KB
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": "ui",
"version": "1.3.0",
"description": "UI开发平台",
"main": "main.js",
"window": {
"frame": false,
"height": 640,
"icon": "app/resources/images/ui.png",
"resizable": false,
"title": "UI开发平台",
"toolbar": false,
"transparent": false,
"width": 1100
},
"webkit": {
"plugin": true
},
"js-flags": "debug",
"ui": {
"createOption": {
"module": ".ui/create.module.json",
"project": ".ui/create.project.json"
},
"folder": ".ui",
"gruntOption": {
"module": ".ui/module.json",
"project": ".ui/project.json"
},
"gruntfile": {
"module": "Gruntfile_module.js",
"project": "Gruntfile_project.js"
},
"moduleIcons": ".ui/icon.module.json"
},
"scripts": {
"poststart": "cd dist && npm install && cd gruntBuildFolder && npm install --production",
"prestart": "npm install",
"start": "gulp release"
},
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.6.0",
"babel-preset-react": "~6.5.0",
"babel-preset-stage-0": "~6.5.0",
"babel-preset-stage-1": "~6.5.0",
"babel-runtime": "^6.9.2",
"fs-extra": "^0.20.1",
"gaze": "^0.5.2",
"grunt": "^0.4.5",
"gulp": "^3.9.0",
"lodash": "^4.13.1",
"mkdirp": "^0.5.1",
"postcss-loader": "~0.8.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "~2.0.1",
"rimraf": "^2.5.2",
"webpack": "^1.12.15",
"yargs": "^4.7.1"
},
"devDependencies": {
"electron-prebuilt": "^0.36.8",
"electron-rebuild": "^1.1.5"
}
}