fp/packages/next/package.json

76 lines
2.2 KiB
JSON
Raw Normal View History

2024-01-20 16:16:14 +00:00
{
2024-03-30 03:27:03 +00:00
"name": "@futureporn/next",
2024-01-20 16:16:14 +00:00
"version": "2.0.0",
"private": true,
"scripts": {
2024-03-30 05:01:24 +00:00
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
2024-01-20 16:16:14 +00:00
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
2024-04-08 18:24:54 +00:00
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
2024-01-20 16:16:14 +00:00
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@mux/blurhash": "^0.1.2",
2024-04-08 18:24:54 +00:00
"@mux/mux-player": "^2.4.1",
"@mux/mux-player-react": "^2.4.1",
2024-01-20 16:16:14 +00:00
"@paralleldrive/cuid2": "^2.2.2",
2024-03-29 07:28:02 +00:00
"@react-hookz/web": "^24.0.4",
2024-05-27 22:20:58 +00:00
"@tanstack/react-query": "^5.32.1",
2024-04-08 18:24:54 +00:00
"@tanstack/react-table": "^8.15.3",
2024-03-29 07:28:02 +00:00
"@types/lodash": "^4.17.0",
"@types/qs": "^6.9.14",
2024-04-11 08:17:51 +00:00
"@types/react": "^18.2.75",
2024-04-08 18:24:54 +00:00
"@types/react-dom": "^18.2.24",
2024-03-29 07:28:02 +00:00
"@uppy/aws-s3": "^3.6.2",
"@uppy/aws-s3-multipart": "^3.11.0",
"@uppy/core": "^3.10.0",
"@uppy/dashboard": "^3.8.0",
"@uppy/drag-drop": "^3.1.0",
"@uppy/file-input": "^3.1.0",
"@uppy/progress-bar": "^3.1.1",
"@uppy/react": "^3.3.0",
"@uppy/remote-sources": "^1.2.0",
"bulma": "^1.0.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
2024-01-20 16:16:14 +00:00
"dayjs": "^1.11.10",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
2024-03-29 07:28:02 +00:00
"hls.js": "^1.5.7",
2024-01-20 16:16:14 +00:00
"lodash": "^4.17.21",
2024-03-29 07:28:02 +00:00
"lunarphase-js": "^2.0.3",
"multiformats": "^13.1.0",
"next": "14.0.4",
2024-01-20 16:16:14 +00:00
"next-goatcounter": "^1.0.5",
2024-03-29 07:28:02 +00:00
"nextjs-toploader": "^1.6.11",
2024-04-08 18:24:54 +00:00
"plyr": "^3.7.8",
2024-01-20 16:16:14 +00:00
"prism-react-renderer": "^2.3.1",
2024-03-29 07:28:02 +00:00
"qs": "^6.12.0",
2024-01-20 16:16:14 +00:00
"react": "^18.2.0",
2024-05-27 22:20:58 +00:00
"react-data-table-component": "^7.5.4",
2024-01-20 16:16:14 +00:00
"react-dom": "^18.2.0",
2024-03-29 07:28:02 +00:00
"react-hook-form": "^7.51.2",
"react-loading-skeleton": "^3.4.0",
2024-01-20 16:16:14 +00:00
"react-toastify": "^9.1.3",
2024-03-29 07:28:02 +00:00
"sharp": "^0.33.3",
2024-01-20 16:16:14 +00:00
"slugify": "^1.6.6",
2024-05-27 22:20:58 +00:00
"styled-components": "5.3.3",
2024-03-29 07:28:02 +00:00
"yup": "^1.4.0"
2024-01-20 16:16:14 +00:00
},
"devDependencies": {
2024-04-11 08:17:51 +00:00
"@types/node": "^20.12.6",
2024-03-29 07:28:02 +00:00
"eslint": "^8.57.0",
2024-01-20 16:16:14 +00:00
"eslint-config-next": "14.0.4",
"tsc": "^2.0.4",
"typescript": "5.3.3"
2024-05-29 23:43:47 +00:00
},
"packageManager": "pnpm@9.1.3"
2024-01-20 16:16:14 +00:00
}