-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.2 KB
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
{
"name": "xplode",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.16",
"@fontsource-variable/unbounded": "^5.0.18",
"@mantine/core": "^7.6.1",
"@mantine/hooks": "^7.6.1",
"@mantine/modals": "^7.6.1",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-router": "^1.17.4",
"@tanstack/router-cli": "^1.16.5",
"@tanstack/router-devtools": "^1.17.4",
"@tauri-apps/api": "^1",
"dexie": "^3.2.5",
"dexie-react-hooks": "^1.1.7",
"lodash.startcase": "^4.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tanstack/router-vite-plugin": "^1.16.5",
"@tauri-apps/cli": "^1",
"@types/lodash.startcase": "^4.4.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.0.2",
"vite": "^5.0.0"
}
}