mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"name": "photonvision-website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.3",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^7.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"tailwindcss": "^4.1.12"
|
|
}
|
|
}
|