mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-01-26 03:14:08 +00:00
45 lines
1.0 KiB
JSON
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": "eslint .",
|
|
"prod": "NODE_ENV=production next build",
|
|
"prettify": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"lodash.shuffle": "4.2.0",
|
|
"next": "16.0.7",
|
|
"react": "19.2.1",
|
|
"react-confetti": "6.4.0",
|
|
"react-dom": "19.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.1.17",
|
|
"@types/lodash.shuffle": "4.2.9",
|
|
"@types/node": "24.10.1",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"eslint": "9.39.1",
|
|
"eslint-config-next": "16.0.7",
|
|
"postcss": "8.5.6",
|
|
"prettier": "3.7.4",
|
|
"prettier-plugin-tailwindcss": "0.7.2",
|
|
"tailwindcss": "4.1.17",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"plugins": [
|
|
"prettier-plugin-tailwindcss"
|
|
]
|
|
}
|
|
}
|