Files
koodiklinikka.fi/package.json
2025-03-24 09:05:50 +02:00

45 lines
1.0 KiB
JSON

{
"name": "koodiklinikka",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prod": "NODE_ENV=production next build",
"prettify": "prettier --write ."
},
"dependencies": {
"lodash.shuffle": "4.2.0",
"next": "15.2.3",
"react": "19.0.0",
"react-confetti": "6.4.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.15",
"@types/lodash.shuffle": "4.2.9",
"@types/node": "22.13.12",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "9.23.0",
"eslint-config-next": "15.2.3",
"postcss": "8.5.3",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwindcss": "4.0.15",
"typescript": "5.8.2"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"plugins": [
"prettier-plugin-tailwindcss"
]
}
}