mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
55 lines
1.3 KiB
JSON
55 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": {
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@next-auth/mongodb-adapter": "1.1.3",
|
|
"@next/mdx": "15.2.4",
|
|
"@types/mdx": "^2.0.11",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"autoprefixer": "10.4.21",
|
|
"classnames": "2.5.1",
|
|
"date-fns": "2.30.0",
|
|
"date-fns-tz": "2.0.1",
|
|
"googleapis": "^148.0.0",
|
|
"ics": "3.8.1",
|
|
"mongoose": "^8.13.1",
|
|
"next": "15.2.4",
|
|
"next-auth": "4.24.11",
|
|
"next-axiom": "^1.9.1",
|
|
"nodemailer": "^6.10.0",
|
|
"react": "19.1.0",
|
|
"react-calendar": "5.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.0.17",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/uuid": "10.0.0",
|
|
"eslint": "^9.23.0",
|
|
"eslint-config-next": "15.2.4",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"jest": "29.7.0",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "3.5.3",
|
|
"swr": "2.3.3",
|
|
"tailwindcss": "^4.0.17",
|
|
"ts-jest": "29.3.0"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
|
}
|
|
}
|
|
}
|