mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-01-26 03:14:08 +00:00
Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 14.2.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.3...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
999 B
JSON
44 lines
999 B
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": "14.2.21",
|
|
"react": "18.3.1",
|
|
"react-confetti": "6.1.0",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.shuffle": "4.2.9",
|
|
"@types/node": "22.9.0",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"eslint": "9.15.0",
|
|
"eslint-config-next": "15.0.3",
|
|
"postcss": "8.4.49",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-tailwindcss": "0.6.8",
|
|
"tailwindcss": "3.4.15",
|
|
"typescript": "5.6.3"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"plugins": [
|
|
"prettier-plugin-tailwindcss"
|
|
]
|
|
}
|
|
}
|