-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 874 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 874 Bytes
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
{
"private": true,
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"@types/uuid": "^9.0.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.16.0",
"tinybase": "^4.3.21",
"uuid": "^9.0.1",
"workbox-recipes": "^6.2.4",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.7.0",
"abcjs": "^6.2.2",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vite-plugin-pwa": "^0.21.2"
}
}