mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
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",
|
|
"build:bili": "bunx --bun vite build --config vite.config.bili.ts",
|
|
"preview": "bunx --bun vite preview",
|
|
"lint": "bunx --bun eslint",
|
|
"test": "bunx --bun vitest"
|
|
},
|
|
"dependencies": {
|
|
"@remake/data": "workspace:*",
|
|
"@remake/hooks": "workspace:*",
|
|
"@remake/vitex": "workspace:*",
|
|
"@remake/thirdparty-bili-toy": "workspace:*",
|
|
"jotai": "^2.20.2",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-hot-toast": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@vitejs/plugin-react": "^6.0.5",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"vite": "^8.1.3",
|
|
"vitest": "^4.1.10"
|
|
}
|
|
}
|