forked from mrwyndham/fastpocket
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "fastpocket",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react-icons": "2.0.227",
|
|
"@hookform/resolvers": "^3.2.0",
|
|
"@netlify/functions": "^2.1.0",
|
|
"@next/third-parties": "^14.1.0",
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
"@vidstack/react": "^1.9.8",
|
|
"aos": "^2.3.4",
|
|
"autoprefixer": "10.4.15",
|
|
"colorcolor": "^3.0.1",
|
|
"crypto-js": "^4.2.0",
|
|
"daisyui": "^3.5.1",
|
|
"eslint": "8.47.0",
|
|
"eslint-config-next": "13.4.17",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "^14.1.0",
|
|
"next-qrcode": "^2.5.1",
|
|
"next-themes": "^0.2.1",
|
|
"node-fetch-commonjs": "^3.3.2",
|
|
"pocketbase": "^0.18.0",
|
|
"postcss": "^8.4.33",
|
|
"posthog-js": "^1.105.0",
|
|
"preline": "^2.0.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.45.4",
|
|
"react-icons": "^4.11.0",
|
|
"react-toastify": "^9.1.3",
|
|
"sharp": "^0.32.6",
|
|
"tailwindcss": "3.3.3",
|
|
"theme-change": "^2.5.0",
|
|
"typescript": "5.1.6",
|
|
"yup": "^1.2.0",
|
|
"yup-password": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/aos": "^3.0.4",
|
|
"@types/crypto-js": "^4.2.1",
|
|
"@types/node": "20.5.0",
|
|
"@types/react": "18.2.20",
|
|
"markdown-to-jsx": "^7.3.2"
|
|
}
|
|
}
|