mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
34 lines
933 B
JSON
34 lines
933 B
JSON
{
|
|
"name": "@remake/web",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"author": "Vick Scarlet <vick@syaro.io>",
|
|
"scripts": {
|
|
"dev": "bunx --bun vite",
|
|
"dev:prod": "bunx --bun vite --mode production",
|
|
"build": "bunx --bun vite build",
|
|
"preview": "bunx --bun vite preview",
|
|
"lint": "bunx --bun eslint",
|
|
"test": "bunx --bun vitest"
|
|
},
|
|
"dependencies": {
|
|
"@remake/data": "workspace:*",
|
|
"@remake/hooks": "workspace:*",
|
|
"@remake/vitex": "workspace:*",
|
|
"jotai": "^2.20.2",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@vitejs/plugin-react": "^6.0.5",
|
|
"eslint-config-react": "^1.1.7",
|
|
"vite": "^8.1.3",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react"
|
|
}
|
|
}
|