mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "drive-manager",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 5000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"cypress": "cypress open",
|
|
"pretty": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^9.66.1",
|
|
"@react-three/fiber": "^8.13.0",
|
|
"@types/react": "18.0.35",
|
|
"@types/react-dom": "18.0.11",
|
|
"@upstash/redis": "^1.20.4",
|
|
"@vercel/og": "^0.5.4",
|
|
"autoprefixer": "10.4.14",
|
|
"axios": "^1.3.5",
|
|
"cors": "^2.8.5",
|
|
"googleapis": "^118.0.0",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"mime-types": "^2.1.35",
|
|
"next": "^13.4.3",
|
|
"next-seo": "^6.0.0",
|
|
"nextjs-progressbar": "^0.0.16",
|
|
"postcss": "8.4.22",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-h5-audio-player": "^3.8.6",
|
|
"react-icons": "4.8.1-snapshot.2",
|
|
"react-loading": "^2.0.3",
|
|
"react-markdown": "^8.0.7",
|
|
"react-player": "^2.12.0",
|
|
"react-toastify": "^9.1.2",
|
|
"rehype-katex": "^6.0.2",
|
|
"rehype-prism-plus": "^1.5.1",
|
|
"rehype-raw": "^6.1.1",
|
|
"rehype-sanitize": "^5.0.1",
|
|
"remark-breaks": "^3.0.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"remark-slug": "^7.0.1",
|
|
"remark-toc": "^8.0.1",
|
|
"swr": "^2.1.3",
|
|
"tailwindcss": "3.3.1",
|
|
"three": "^0.152.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
"@types/cors": "^2.8.13",
|
|
"@types/jsonwebtoken": "^9.0.1",
|
|
"@types/mime-types": "^2.1.1",
|
|
"@types/node": "18.15.11",
|
|
"@types/three": "^0.150.2",
|
|
"cypress": "^12.10.0",
|
|
"encoding": "^0.1.13",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-next": "^13.4.3",
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-tailwindcss": "^0.2.7",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|