mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 03:30:13 +08:00
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"name": "helix-admin",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|