-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 875 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 875 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
{
"name": "vite-project",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"preview": "vite preview --host",
"prepare": "bun husky"
},
"dependencies": {
"antd": "^6.3.7",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router": "^7.14.2"
},
"devDependencies": {
"@types/bun": "^1.3.13",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@webgpu/types": "^0.1.69",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"mitata": "^1.0.34",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"typescript": "6.0.3",
"vite": "^8.0.10"
}
}