23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"name": "xuxiang-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "6.0.4",
|
|
"vite": "8.1.5",
|
|
"typescript": "5.9.3",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "19.2.2"
|
|
},
|
|
"devDependencies": {}
|
|
}
|
|
|