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"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-23 20:27:51 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
2021-08-15 20:26:08 +00:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
2021-06-23 20:27:51 +00:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
2021-06-24 21:32:22 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
2021-06-23 20:27:51 +00:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
2021-08-30 13:34:37 +00:00
|
|
|
"@headlessui/react": "^1.4.0",
|
2021-06-22 14:49:45 +00:00
|
|
|
"axios": "^0.21.1",
|
2021-09-02 21:54:18 +00:00
|
|
|
"crypto-js": "^4.1.1",
|
2021-06-30 12:09:37 +00:00
|
|
|
"emoji-regex": "^9.2.2",
|
2021-12-31 12:30:29 +00:00
|
|
|
"ioredis": "^4.28.2",
|
2021-11-18 23:28:05 +00:00
|
|
|
"jszip": "^3.7.1",
|
2021-12-14 11:30:45 +00:00
|
|
|
"next": "^12.0.7",
|
2021-12-18 04:59:40 +00:00
|
|
|
"nextjs-progressbar": "^0.0.13",
|
2021-06-29 15:20:35 +00:00
|
|
|
"preview-office-docs": "^1.0.2",
|
2021-06-25 15:08:04 +00:00
|
|
|
"prismjs": "^1.23.0",
|
2021-12-31 12:03:17 +00:00
|
|
|
"react": "^17.0.2",
|
2021-06-25 17:47:57 +00:00
|
|
|
"react-copy-to-clipboard": "^5.0.3",
|
2021-12-31 12:03:17 +00:00
|
|
|
"react-dom": "^17.0.2",
|
2021-06-25 17:47:57 +00:00
|
|
|
"react-hot-toast": "^2.0.0",
|
2021-06-25 15:08:04 +00:00
|
|
|
"react-markdown": "^6.0.2",
|
2021-06-24 13:54:59 +00:00
|
|
|
"react-player": "^2.9.0",
|
2021-10-05 21:28:40 +00:00
|
|
|
"react-reader": "^0.20.4",
|
2021-06-23 22:51:23 +00:00
|
|
|
"react-viewer": "^3.2.2",
|
2021-06-25 15:08:04 +00:00
|
|
|
"rehype-katex": "^5.0.0",
|
2021-08-15 19:48:29 +00:00
|
|
|
"rehype-raw": "^6.0.0",
|
2021-06-25 15:08:04 +00:00
|
|
|
"remark-gfm": "^1.0.0",
|
|
|
|
"remark-math": "^4.0.0",
|
2021-08-23 14:02:06 +00:00
|
|
|
"swr": "^0.5.6",
|
|
|
|
"use-clipboard-copy": "^0.2.0"
|
2021-06-22 11:58:37 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-02 21:54:18 +00:00
|
|
|
"@types/crypto-js": "^4.0.2",
|
2021-12-31 12:30:29 +00:00
|
|
|
"@types/ioredis": "^4.28.5",
|
2021-06-25 15:08:04 +00:00
|
|
|
"@types/prismjs": "^1.16.5",
|
2021-06-22 11:58:37 +00:00
|
|
|
"@types/react": "17.0.11",
|
2021-06-25 17:47:57 +00:00
|
|
|
"@types/react-copy-to-clipboard": "^5.0.0",
|
2021-06-25 15:08:04 +00:00
|
|
|
"@types/react-dom": "^17.0.8",
|
2021-06-24 23:42:46 +00:00
|
|
|
"@types/react-pdf": "^5.0.4",
|
2021-06-25 15:08:04 +00:00
|
|
|
"@types/react-syntax-highlighter": "^13.5.1",
|
2021-12-16 05:08:08 +00:00
|
|
|
"autoprefixer": "^10.4.0",
|
2021-06-22 11:58:37 +00:00
|
|
|
"eslint": "7.29.0",
|
|
|
|
"eslint-config-next": "11.0.0",
|
2021-12-16 05:08:08 +00:00
|
|
|
"postcss": "^8.4.5",
|
2021-12-31 12:30:29 +00:00
|
|
|
"tailwindcss": "^3.0.8",
|
2021-06-22 11:58:37 +00:00
|
|
|
"typescript": "4.3.4"
|
|
|
|
}
|
|
|
|
}
|