-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.3 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": "technosphere-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.107",
"@mui/material": "^5.10.12",
"@tanstack/react-query": "^4.14.5",
"@tanstack/react-query-devtools": "^4.14.5",
"@types/video.js": "^7.3.49",
"apexcharts": "^3.36.3",
"axios": "^0.27.2",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"node-sass": "^7.0.3",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.6.0",
"react-router-dom": "^6.4.3",
"react-scroll": "^1.8.8",
"react-toastify": "^9.1.1",
"usehooks-ts": "^2.9.1",
"video.js": "^7.20.3",
"zustand": "^4.1.4"
},
"devDependencies": {
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/react-scroll": "^1.8.4",
"@vitejs/plugin-react": "^2.2.0",
"sass": "^1.56.1",
"typescript": "^4.6.4",
"vite": "^3.2.0"
}
}