forked from entrylabs/entry-offline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.96 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
{
"private": true,
"productName": "Entry",
"name": "entry",
"version": "2.0.0",
"description": "Entry for offline",
"main": "src/main_build/main.bundle.js",
"scripts": {
"start": "electron .",
"debug": "electron --inspect .",
"webpack:dev": "cross-env NODE_ENV=development webpack",
"webpack:prod": "cross-env NODE_ENV=production webpack",
"watch": "cross-env NODE_ENV=development webpack -w",
"lint": "eslint src --color",
"rebuild": "electron-rebuild -v 4.0.4",
"dist:win32": "cross-env NODE_ENV=production webpack && build -c --ia32",
"dist:win64": "cross-env NODE_ENV=production webpack && build -c --x64",
"dist:mac": "cross-env NODE_ENV=production webpack && build -c --mac"
},
"keywords": [
"entry",
"entry-offline"
],
"author": "entrylabs",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@entrylabs/bindings": "^1.0.0",
"@serialport/stream": "^2.0.4",
"archiver": "^3.0.0",
"bignumber.js": "^8.0.1",
"debug": "^4.1.1",
"decompress": "^4.2.0",
"entry-tool": "^1.0.7",
"excel4node": "^1.7.0",
"fstream": "^1.0.11",
"image-size": "^0.7.1",
"jquery": "^3.3.1",
"jszip": "^3.1.5",
"lodash": "^4.17.11",
"mp3-duration": "^1.1.0",
"object.assign": "^4.1.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"rimraf": "^2.6.3",
"socket.io": "1.7.3",
"socket.io-client": "1.7.3",
"tar": "2.2.1",
"window-or-global": "^1.0.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-async-import": "^2.0.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"electron": "^4.0.4",
"electron-builder": "^20.38.5",
"electron-rebuild": "^1.8.4",
"eslint": "^5.12.0",
"eslint-config-react-app": "^3.0.6",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"less-loader": "^4.1.0",
"node-sass": "^4.11.0",
"prettier": "^1.15.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
}
}