-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 777 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
{
"name": "wkcontext",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"typecheck": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.101.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^8.0.1",
"@rolldown/plugin-babel": "^0.2.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"jsx-conditionals": "^1.2.0",
"sass": "^1.101.0",
"typescript": "^6.0.3",
"vite": "^8.1.0"
}
}