-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.56 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
{
"name": "sdk-demo",
"version": "0.1.1",
"author": "ryuujo1573 <[email protected]>",
"private": true,
"type": "module",
"scripts": {
"dev": "VITE_APP_BUILD_TIME=$(date +%s) VITE_APP_LATEST_COMMIT_HASH=$(git rev-parse --short HEAD) vite",
"build": "VITE_APP_BUILD_TIME=$(date +%s) VITE_APP_LATEST_COMMIT_HASH=$(git rev-parse --short HEAD) tsc && vite build",
"preview": "VITE_APP_BUILD_TIME=$(date +%s) VITE_APP_LATEST_COMMIT_HASH=$(git rev-parse --short HEAD) vite preview"
},
"dependencies": {
"@babel/core": "^7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "5.0.0-alpha.120",
"@mui/material": "^5.11.7",
"@mui/styled-engine": "^5.11.0",
"@mui/styles": "^5.11.7",
"@mui/system": "^5.11.7",
"@reduxjs/toolkit": "^1.9.2",
"hls.js": "^1.3.3",
"immer": "^9.0.19",
"konva": "^8.4.2",
"qnweb-rtc": "4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-redux": "^8.0.5",
"react-router": "^6.8.0",
"react-router-dom": "^6.8.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.5",
"@swc/cli": "^0.1.60",
"@swc/core": "^1.3.32",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react-swc": "3.1.0-beta.2",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-full-reload": "^1.0.5",
"vitest": "^0.28.5"
}
}