-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
80 lines (80 loc) · 2.61 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
{
"private": true,
"author": {
"name": "chencheng",
"email": "sorrycc@gmail.com"
},
"scripts": {
"start": "electron app/dist/main",
"Xpostinstall": "cd app && cnpm i && cd .. && npm run rebuild",
"dev": "webpack -w",
"clean": "chmod u+x dist && rm -rf node_modules app/node_modules dist app/dist",
"build": "NODE_ENV=production webpack",
"lint": "eslint --ext .js src test webpack.config.babel.js",
"test": "mocha test/**/*-test.js --require babel-register --require ./test/setup --no-timeouts",
"rebuild": "electron-rebuild -d=https://gh-contractor-zcbenz.cnpmjs.org/atom-shell/dist/ -m ./app/node_modules",
"pack": "npm run build && npm run rebuild && build",
"pack:dir": "npm run build && npm run rebuild && build --dir",
"pack:justBuild": "build --dir",
"precommit": "npm run lint"
},
"build": {
"appId": "com.ant-ued.dva-gui",
"category": "public.app-category.developer-tools",
"asar": false
},
"devDependencies": {
"antd": "^2.5.2",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-node": "^6.1.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"babel-runtime": "^6.18.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.0",
"devtron": "^1.4.0",
"dva": "^1.1.0",
"electron": "^1.4.7",
"electron-builder": "^8.6.0",
"electron-debug": "^1.1.0",
"electron-rebuild": "^1.4.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-unicorn": "^1.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"getscript": "^0.1.0",
"husky": "^0.11.9",
"konva": "^1.2.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mocha": "^3.2.0",
"monaco-editor": "^0.7.0",
"postcss": "^5.2.5",
"postcss-import": "^8.2.0",
"postcss-loader": "^1.1.1",
"postcss-nested": "^1.0.0",
"rc-fringing": "^0.3.3",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-konva": "^1.1.0",
"reselect": "^2.5.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-livereload-plugin": "^0.9.0"
},
"license": "MIT"
}