generated from antfu-collective/vitesse-lite
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 974 Bytes
/
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
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"usehooks-ts": "^2.5.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.1",
"@iconify-json/carbon": "^1.1.5",
"@testing-library/react": "^13.2.0",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@unocss/reset": "^0.34.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.16.0",
"jsdom": "^19.0.0",
"typescript": "^4.6.4",
"unocss": "^0.34.0",
"unplugin-auto-import": "^0.7.2",
"vite": "^2.9.9",
"vite-plugin-pages": "^0.23.0",
"vitest": "^0.12.9"
},
"eslintConfig": {
"extends": "@antfu"
}
}