-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.92 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "inwemgr",
"version": "1.3.33",
"description": "dsds",
"main": "main.js",
"scripts": {
"dev":
"concurrently \"webpack --config webpack.config.js --progress --profile&& electron .\" \"cross-env NODE_ENV=production webpack --watch\"",
"compile": "webpack --config webpack.config.js --progress --profile",
"postinstall":
"electron-builder install-app-dep && webpack --progress --profile --config webpack.dll.config.js",
"pack": "electron-builder --dir",
"dist": "webpack --config webpack.dll.config.js && electron-builder",
"dist1":
"webpack --config webpack.dll.config.js&&webpack --config webpack.config.js --progress --profile&&electron-builder -mw",
"dist2":
"webpack --config webpack.dll.config.js&&webpack --config webpack.config.js --progress --profile&&electron-builder -m",
"other":
"cross-env NODE_ENV=otheruser node setUseConfig.js && npm run dist1",
"other:mac":
"cross-env NODE_ENV=otheruser node setUseConfig.js && npm run dist2",
"owner": "node setUseConfig.js && npm run dist1"
},
"build": {
"appId": "com.electron.inwecrypto",
"files": ["./main.js", "resources/index.html", "resources/"],
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"target": ["AppImage", "deb"]
},
"win": {
"target": "nsis",
"icon": "build/icon.ico"
}
},
"dependencies": {
"7zip-bin-mac": "^1.0.1",
"antd": "^3.1.1",
"babel-plugin-react-html-attrs": "^2.1.0",
"concurrently": "^3.5.1",
"dsmorse-gridster": "^0.7.0",
"echarts": "^3.8.5",
"electron-packager": "^10.1.2",
"flux-standard-action": "^2.0.0",
"history": "^4.7.2",
"i18next": "^10.2.2",
"i18next-browser-languagedetector": "^2.1.0",
"i18next-xhr-backend": "^1.5.1",
"navigator": "^1.0.1",
"normalize.css": "^7.0.0",
"postcss-loader": "^2.0.8",
"react": "^16.2.0",
"react-color-picker": "^4.0.2",
"react-css-modules": "^4.7.1",
"react-dev-utils": "^4.2.1",
"react-dom": "^16.2.0",
"react-grid-layout": "^0.16.0",
"react-hot-loader": "^1.3.1",
"react-i18next": "^7.3.1",
"react-magic": "^0.2.3",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "next",
"react-slick": "^0.16.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-devtools": "^3.4.1",
"redux-thunk": "^2.2.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cache-loader": "^1.0.3",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.17",
"cross-env": "^5.0.1",
"css-loader": "^0.28.5",
"electron-builder": "^19.31.1",
"electron-devtools-installer": "^2.2.3",
"electron-packager": "^10.1.2",
"electron-prebuilt": "^1.4.13",
"electron-reload": "^1.2.2",
"electron-webpack": "1.12.1",
"electron-winstaller": "^2.6.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.2.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"promise-polyfill": "^6.0.2",
"rimraf": "^2.6.1",
"style-loader": "^0.18.2",
"underscore-template-loader": "^0.8.0",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.1",
"whatwg-fetch": "^2.0.3"
},
"author": "",
"homepage": ".",
"license": "ISC"
}