-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 886 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 886 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
36
37
38
{
"name": "example",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@mui/material": "^5.14.9",
"@mui/x-date-pickers": "^6.14.0",
"@preact/signals": "^1.2.1",
"ag-grid-community": "^30.1.0",
"ag-grid-react": "^30.1.0",
"file-saver": "^2.0.5",
"luxon": "^3.4.3",
"notistack": "^3.0.1",
"preact": "^10.17.1",
"preact-render-to-string": "^6.2.1",
"task.json": "^3.2.1",
"task.json-client": "^2.0.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/file-saver": "^2.0.5",
"@types/luxon": "^3.3.2",
"@types/uuid": "^9.0.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}