Gwk-Cultural-Park/package.json

119 lines
3.7 KiB
JSON
Raw Normal View History

2024-09-07 01:40:25 +00:00
{
"name": "gwkbali.com",
"version": "1.0.13",
"private": true,
"scripts": {
"build": "next build",
"postbuild": "next-sitemap",
"changelog": "auto-changelog --template changelog-template.hbs -p -u --commit-limit false",
"dev": "next",
"format": "npx prettier --write . --ignore-path .gitignore",
"lint": "next lint -- --ignore-path .gitignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"release": "standard-version",
"start": "next start",
"type-check": "tsc --noEmit",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.0",
"@emotion/react": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.9",
"@heroicons/react": "^2.0.15",
"@material-tailwind/react": "^2.1.7",
"@nextui-org/react": "^2.2.9",
"@portabletext/react": "^2.0.1",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^6.1.2",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.2.6",
"@svgr/webpack": "^6.5.1",
"@tanstack/react-query": "^5.10.0",
"@tippyjs/react": "^4.2.6",
"@vercel/og": "^0.0.27",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"cloudinary": "^1.37.0",
"cloudinary-react": "^1.8.1",
"core-js": "^3.23.3",
"date-fns": "^2.29.3",
"depcheck": "^1.4.7",
"feed": "^4.2.2",
"framer-motion": "^10.16.16",
"get-youtube-id": "^1.0.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"hamburger-react": "^2.5.0",
"headlessui": "^0.0.0",
"heroicons": "^2.1.1",
"html-react-parser": "^4.2.5",
"intl-segmenter-polyfill": "^0.4.4",
"next": "13.5.3",
"next-cloudinary": "^4.10.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-sanity": "^4.1.2",
"next-seo": "^6.4.0",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-faq-component": "^1.3.4",
"react-icons": "^4.7.1",
"react-lite-youtube-embed": "^2.3.52",
"react-multi-carousel": "^2.8.3",
"react-player": "^2.12.0",
"react-portable-text": "^0.6.0",
"react-query": "^3.39.3",
"react-responsive-carousel": "^3.2.23",
"react-youtube": "^10.1.0",
"reactjs-videobg": "^1.3.0",
"rss": "^1.2.2",
"sanity": "^3.11.3",
"sanity-plugin-asset-source-unsplash": "^1.0.6",
"sanity-plugin-cloudinary": "^1.1.1",
"sanity-plugin-media": "^2.0.5",
"sharp": "^0.31.3",
"standard-version": "^9.5.0",
"styled-components": "^5.3.11",
"suspend-react": "^0.0.9",
"swr": "^2.0.3",
"tailwindcss-animated": "^1.0.1",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.92",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.27",
"@types/uniqid": "^5.3.2",
"@types/youtube-player": "^5.5.7",
"autoprefixer": "^10.4.13",
"css-loader": "^6.7.3",
"eslint": "^8.33.0",
"eslint-config-next": "^13.4.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.3",
"prettier-plugin-packagejson": "^2.4.2",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.58.3",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16"
}
}