-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
35
{
"name": "ato_deck_builder",
"private": true,
"version": "3.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview --host"
},
"dependencies": {
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/styled-engine-sc": "^6.0.0-alpha.16",
"@mui/x-charts": "^6.19.5",
"@mui/x-data-grid": "^7.0.0",
"@preact/signals": "^1.3.0",
"@types/pako": "^2.0.3",
"@types/react-window": "^1.8.8",
"mui-markdown": "^1.1.13",
"notistack": "^3.0.1",
"oidc-client-ts": "^3.0.1",
"pako": "^2.1.0",
"preact": "^10.22.0",
"react-oidc-context": "^3.0.0",
"react-router-dom": "^6.11.1",
"react-window": "^1.8.10",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
"typescript": "^5.2.2",
"vite": "^5.1.0"
}
}