onedrive/package.json
2023-01-26 13:35:41 +08:00

79 lines
2.4 KiB
JSON

{
"name": "onedrive-vercel-index",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier 'components/**/*.tsx' 'config/*.js' 'pages/**/*.{ts,tsx}' '{types,utils}/**/*.ts' --write",
"extract": "i18next"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.7.7",
"@tailwindcss/line-clamp": "^0.4.2",
"awesome-debounce-promise": "^2.1.0",
"axios": "^1.1.2",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"csstype": "^3.1.1",
"dayjs": "^1.11.7",
"emoji-regex": "^10.2.1",
"i18next": "^22.4.9",
"ioredis": "^5.3.0",
"jszip": "^3.10.1",
"mpegts.js": "^1.7.2",
"next": "^13.1.5",
"next-i18next": "^13.0.3",
"nextjs-progressbar": "^0.0.16",
"plyr-react": "^5.1.2",
"preview-office-docs": "^1.0.2",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-audio-player": "^0.17.0",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-hotkeys-hook": "^3.4.7",
"react-i18next": "^12.1.4",
"react-markdown": "^8.0.5",
"react-reader": "^0.21.3",
"react-syntax-highlighter": "^15.5.0",
"react-use-system-theme": "^1.1.1",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"swr": "^1.3.0",
"use-clipboard-copy": "^0.2.0",
"use-constant": "^1.1.1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/crypto-js": "^4.0.2",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.10",
"@types/react-pdf": "^6.2.0",
"@types/react-syntax-highlighter": "^15.5.6",
"autoprefixer": "^10.4.13",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"eslint-config-prettier": "^8.6.0",
"i18next-parser": "^7.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}