-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "react-ts-vite-unocss-template",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"description": "react-ts-vite-unocss template",
"scripts": {
"dev": "vite",
"lint": "biome check",
"lint:fix": "biome check --fix --unsafe",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@shikijs/monaco": "^1.24.0",
"@shined/react-use": "^1.11.0",
"@shined/reactive": "^0.2.2",
"@typescript/ata": "^0.9.7",
"@unocss/reset": "^0.65.1",
"classnames": "^2.5.1",
"fflate": "^0.8.2",
"monaco-editor": "^0.52.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"shiki": "^1.24.0",
"sucrase": "^3.35.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"dayjs": "^1.11.13",
"typescript": "^5.7.2",
"unocss": "^0.65.1",
"vite": "^6.0.3"
}
}