silicon-sampling-lab / package.json
kyu823's picture
Initial silicon sampling lab deploy
08ab15f verified
Raw
History Blame Contribute Delete
660 Bytes
{
"name": "silicon-sampling-lab",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 5190",
"build": "tsc -p tsconfig.json && vite build",
"preview": "vite preview --host 127.0.0.1 --port 5191",
"start": "python3 server.py --host 0.0.0.0 --port ${PORT:-8765}"
},
"dependencies": {
"echarts": "^6.1.0",
"lucide-react": "^1.22.0",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"typescript": "^6.0.3",
"vite": "^8.1.0"
}
}