39 lines
969 B
JSON
39 lines
969 B
JSON
{
|
|
"name": "tietokonepaja-fi",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"bun": ">=1.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"start": "vite preview --port 4174 --host",
|
|
"build-only": "vite build",
|
|
"type-check": "tsc --build",
|
|
"lint": "eslint . --fix --cache",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/node": "^22.18.11",
|
|
"@types/react": "^19.1.4",
|
|
"@types/react-dom": "^19.1.5",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"eslint": "^9.37.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"jiti": "^2.6.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"prettier": "3.6.2",
|
|
"typescript": "~5.9.0",
|
|
"vite": "^7.2.2"
|
|
}
|
|
} |