sokko-g/package.json
Shinuwa 959fa42454
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
add list page and multiples optis
2026-07-24 16:14:14 +02:00

24 lines
657 B
JSON

{
"name": "sokko-g",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs",
"dev": "npm run lists:index && vite",
"build": "npm run lists:index && vite build",
"preview": "vite preview",
"lists:index": "node scripts/generate-list-indexes.mjs",
"check": "node --check server.mjs && node --check vite.config.js && npm run lists:index && npm test && npm run build",
"test": "node --test"
},
"dependencies": {
"@vitejs/plugin-react": "^6.0.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"vite": "^8.1.5"
},
"devDependencies": {
"sass": "^1.101.3"
}
}