-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.97 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
{
"name": "lisa",
"version": "1.0.0",
"author": "",
"description": "",
"private": true,
"homepage": "./",
"main": "main.js",
"license": "MIT",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"scripts": {
"build": "node ./scripts/dispatch build all",
"build:all": "node ./scripts/dispatch build all",
"build:react": "node ./scripts/dispatch build react",
"build:python": "node ./scripts/dispatch build python",
"build:package:linux": "node ./scripts/dispatch package linux",
"build:package:mac": "node ./scripts/dispatch package mac",
"build:package:windows": "node ./scripts/dispatch package windows",
"clean": "node ./scripts/dispatch clean",
"eject": "react-scripts eject",
"start": "node ./scripts/dispatch start",
"start:electron": "electron .",
"start:react": "react-scripts start",
"test": "react-scripts test"
},
"build": {
"appId": "com.lisa.desktop",
"extraResources": [
"./resources/app"
]
},
"optionalDependencies": {
"electron-installer-debian": "^3.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"electron": "^13.0.1",
"electron-builder": "^22.9.1",
"electron-devtools-installer": "^3.2.0",
"electron-installer-dmg": "^3.0.0",
"electron-packager": "^15.0.0",
"electron-reload": "^2.0.0-alpha.1",
"electron-wix-msi": "^3.0.4",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^5.0.0",
"jsdoc": "^3.6.5",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"typescript": "^4.9.5",
"wait-on": "^5.2.1"
},
"dependencies": {
"@babel/eslint-parser": "^7.19.1",
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.2.4",
"@electron/remote": "^1.0.2",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/montserrat": "^4.5.13",
"@reduxjs/toolkit": "^1.1.0",
"axios": "^0.27.2",
"electron-is-dev": "^1.2.0",
"framer-motion": "4.1.17",
"get-port": "^5.1.1",
"i": "^0.3.7",
"npm": "^9.1.2",
"prop-types": "^15.7.2",
"ps-tree": "^1.2.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"video.js": "^7.20.2",
"videojs-contrib-quality-levels": "^2.1.0",
"videojs-hls-quality-selector": "^1.1.4",
"videojs-hotkeys": "^0.2.27",
"web-vitals": "^0.2.4",
"websocket": "^1.0.34"
}
}