mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 06:26:00 +08:00
17 lines
274 B
JSON
17 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"
|
||
|
}
|
||
|
}
|