23 lines
504 B
JSON
23 lines
504 B
JSON
{
|
|
"name": "@slide-factory/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json && vite build",
|
|
"dev": "vite --host 127.0.0.1 --port 5185"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"vite": "^5.3.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"lucide-react": "^0.468.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|
|
|