72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"dev-old": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"payload:generate:types": "payload generate:types",
|
|
"payload:generate:importMap": "payload generate:importMap",
|
|
"tsc": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@next/third-parties": "^15.2.2",
|
|
"@payloadcms/db-postgres": "^3.20.0",
|
|
"@payloadcms/next": "^3.20.0",
|
|
"@payloadcms/payload-cloud": "^3.20.0",
|
|
"@payloadcms/plugin-form-builder": "^3.20.0",
|
|
"@payloadcms/richtext-lexical": "^3.20.0",
|
|
"@payloadcms/storage-s3": "^3.20.0",
|
|
"@popperjs/core": "2.11.8",
|
|
"animejs": "^3.2.2",
|
|
"bootstrap": "^5.1.3",
|
|
"dayjs": "^1.11.13",
|
|
"framer-motion": "^12.4.13",
|
|
"graphql": "^16.10.0",
|
|
"imagesloaded": "^5.0.0",
|
|
"isotope-layout": "^3.0.6",
|
|
"jarallax": "^2.2.1",
|
|
"motion": "^12.4.13",
|
|
"next": "15.2.0-canary.30",
|
|
"payload": "^3.20.0",
|
|
"photoswipe": "^5.4.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-icons": "^5.4.0",
|
|
"react-modal-video": "^2.0.2",
|
|
"react-photoswipe-gallery": "^3.0.1",
|
|
"rellax": "^1.12.1",
|
|
"sharp": "^0.33.5",
|
|
"swiper": "^11.1.4",
|
|
"tippy.js": "^6.3.7",
|
|
"typewriter-effect": "^2.21.0",
|
|
"wow.js": "^1.2.2",
|
|
"wowjs": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/animejs": "^3.1.13",
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/imagesloaded": "^4.1.6",
|
|
"@types/isotope-layout": "^3.0.14",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/react-modal-video": "^1.2.3",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.6",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"exports-loader": "^5.0.0",
|
|
"postcss": "^8",
|
|
"prettier": "^3.4.2",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
} |