34 lines
812 B
JSON
34 lines
812 B
JSON
{
|
|
"name": "orionreed",
|
|
"version": "1.0.0",
|
|
"description": "Orion Reed's personal website",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build --base=./",
|
|
"preview": "tsc && vite build --base=./ && vite preview"
|
|
},
|
|
"keywords": [],
|
|
"author": "Orion Reed",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@dimforge/rapier2d": "^0.11.2",
|
|
"@tldraw/tldraw": "2.0.2",
|
|
"@vercel/analytics": "^1.2.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.22.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.4.1",
|
|
"@types/gh-pages": "^6",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-top-level-await": "^1.3.1",
|
|
"vite-plugin-wasm": "^3.2.2"
|
|
}
|
|
}
|