mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "pfadi-bussle",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test:watch": "jest --watch",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@date-fns/tz": "^1.2.0",
|
|
"@mdx-js/loader": "^3.1.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@next-auth/mongodb-adapter": "^1.1.3",
|
|
"@next/mdx": "^16.1.6",
|
|
"@types/mdx": "^2.0.11",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"autoprefixer": "^10.4.24",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"googleapis": "^171.4.0",
|
|
"ics": "^3.8.1",
|
|
"mongoose": "^9.1.5",
|
|
"next": "^16.1.6",
|
|
"next-auth": "^4.24.13",
|
|
"next-axiom": "^1.10.0",
|
|
"nodemailer": "^8.0.0",
|
|
"react": "^19.2.4",
|
|
"react-calendar": "^6.0.0",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/nodemailer": "^7.0.9",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "^16.1.6",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"jest": "^29.7.0",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.8.1",
|
|
"swr": "^2.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"ts-jest": "^29.3.2"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
|
}
|
|
}
|
|
}
|