onedrive/package.json

77 lines
2.3 KiB
JSON
Raw Normal View History

2021-06-22 11:58:37 +00:00
{
"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"
2021-06-22 11:58:37 +00:00
},
"dependencies": {
2021-06-23 20:27:51 +00:00
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
2021-06-23 20:27:51 +00:00
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
2021-06-23 20:27:51 +00:00
"@fortawesome/react-fontawesome": "^0.1.14",
2022-10-08 06:47:39 +00:00
"@headlessui/react": "^1.7.3",
"@tailwindcss/line-clamp": "^0.4.2",
2022-01-16 16:08:04 +00:00
"awesome-debounce-promise": "^2.1.0",
2022-10-08 06:47:39 +00:00
"axios": "^1.1.2",
2022-01-26 12:42:57 +00:00
"cors": "^2.8.5",
2021-09-02 21:54:18 +00:00
"crypto-js": "^4.1.1",
2022-10-08 06:47:39 +00:00
"csstype": "^3.1.1",
"dayjs": "^1.11.5",
"emoji-regex": "^10.2.1",
"ioredis": "^5.2.3",
"jszip": "^3.10.1",
2022-02-12 11:53:20 +00:00
"mpegts.js": "^1.6.10",
2022-10-08 06:47:39 +00:00
"next": "^12.3.1",
"next-i18next": "^12.1.0",
"nextjs-progressbar": "^0.0.14",
"plyr-react": "^5.1.0",
2021-06-29 15:20:35 +00:00
"preview-office-docs": "^1.0.2",
2022-10-08 06:47:39 +00:00
"react": "^18.2.0",
2022-01-16 16:08:04 +00:00
"react-async-hook": "^4.0.0",
"react-audio-player": "^0.17.0",
2022-02-12 14:25:55 +00:00
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.0.3",
2022-10-08 06:47:39 +00:00
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-hotkeys-hook": "^3.4.7",
"react-markdown": "^8.0.3",
"react-reader": "^0.21.3",
"react-syntax-highlighter": "^15.5.0",
"react-use-system-theme": "^1.1.1",
2022-02-02 08:43:17 +00:00
"rehype-katex": "^6.0.2",
2021-08-15 19:48:29 +00:00
"rehype-raw": "^6.0.0",
2022-02-02 08:43:17 +00:00
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
2022-10-08 06:47:39 +00:00
"swr": "^1.3.0",
2022-01-16 16:08:04 +00:00
"use-clipboard-copy": "^0.2.0",
2022-10-08 06:47:39 +00:00
"use-constant": "^1.1.1"
2021-06-22 11:58:37 +00:00
},
"devDependencies": {
2022-01-26 12:42:57 +00:00
"@types/cors": "^2.8.12",
2021-09-02 21:54:18 +00:00
"@types/crypto-js": "^4.0.2",
2022-10-08 07:05:59 +00:00
"@types/node": "18.8.3",
2022-10-08 06:47:39 +00:00
"@types/react": "18.0.21",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/react-pdf": "^5.0.4",
2022-10-08 06:47:39 +00:00
"@types/react-syntax-highlighter": "^15.5.5",
"autoprefixer": "^10.4.12",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"i18next-parser": "^6.6.0",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
2021-06-22 11:58:37 +00:00
}
}