-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.12 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
{
"name": "exman",
"version": "2.0.12",
"author": "ExMan Group",
"description": "Expectation Management in digital Communication",
"main": "sourceCode/src/electron/electron.js",
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/bugii/ExMan.git"
},
"scripts": {
"electron-run": "electron .",
"react-start": "react-app-rewired start",
"react-build": "react-app-rewired build",
"electron-build": "electron-builder",
"release": "npm run react-build && electron-builder -ml --publish=onTagOrDraft",
"build": "npm run react-build && npm run electron-build",
"start": "concurrently \"cross-env BROWSER=none npm run react-start\" \"wait-on http://localhost:3000 && electron .\"",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"active-win": "^6.2.0",
"axios": "^0.19.2",
"base64url": "^3.0.1",
"chart.js": "^2.9.4",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"electron-is-dev": "^1.2.0",
"electron-log": "^4.3.0",
"electron-notarize": "^1.0.0",
"electron-updater": "^4.3.5",
"electron-util": "latest",
"express": "^4.17.1",
"lowdb": "^1.0.0",
"mac-screen-capture-permissions": "^1.1.0",
"node-sass": "^4.14.1",
"randomstring": "^1.1.5",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-chartjs-2": "^2.11.1",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"styled-components": "^5.2.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"components": "^0.1.0",
"concurrently": "^5.3.0",
"electron": "^11.0.4",
"electron-builder": "^22.9.1",
"hooks": "^0.3.2",
"react-app-rewired": "^2.1.7",
"react-charts": "^2.0.0-beta.7",
"wait-on": "^5.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}