29 lines
668 B
JSON
29 lines
668 B
JSON
{
|
|
"name": "runosaari",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start": "vite preview",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.4.0",
|
|
"react-router-dom": "^6.22.0",
|
|
"react-transition-group": "^4.4.2",
|
|
"reactstrap": "^9.1.1",
|
|
"sass": "^1.101.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/react-transition-group": "^4.4.4",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.1.0"
|
|
}
|
|
} |