-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "starchar",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --port 4000",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:setup": "tsx ./src/rev-eng/setup-chf.ts",
"format": "biome format --write ."
},
"dependencies": {
"@cloudpss/zstd": "^0.2.16",
"@mantine/core": "^7.9.1",
"@mantine/dropzone": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/notifications": "^7.9.1",
"@tabler/icons-react": "^3.3.0",
"mutative": "^1.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.5.2",
"zustand-mutative": "^1.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/node": "^20.12.11",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/ui": "^1.6.0",
"colord": "^2.9.3",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"tsx": "^4.10.2",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.6.0"
}
}