a2a-source-edit: write frontend/package.json
This commit is contained in:
@@ -4,16 +4,6 @@
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 0.0.0.0 --port 5173",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview --host 0.0.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"vite": "^5.4.0"
|
||||
"build": "mkdir -p dist && cp static-index.html dist/index.html"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user