-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 943 Bytes
/
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
{
"name": "vehicleapp",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"electron": "electron src/electron-main.js",
"build": "tsc && vite build",
"serve": "vite preview",
"build:mc": "cd MusicCloud && pnpm i && pnpm build && cp -r dist/. ../public/mc/"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@mui/styles": "^5.6.1",
"@yuuza/webfx": "^1.6.1",
"darkreader": "^4.9.46",
"esbuild": "^0.14.36",
"qrcode.react": "^3.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.6.3",
"vite": "^2.9.1"
}
}