mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
28 lines
556 B
JSON
28 lines
556 B
JSON
{
|
|
"name": "photonvision-website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "24.x"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite-ssg build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@toolwind/anchors": "^1.0.10",
|
|
"prettier": "^3.8.1",
|
|
"typescript": "~5.7.3",
|
|
"vite": "^8.0.3",
|
|
"vite-ssg": "^28.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"tailwindcss": "^4.2.2",
|
|
"vue": "^3.5.31"
|
|
}
|
|
}
|