onedrive/package.json

56 lines
1.6 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"
},
"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",
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",
"next": "^11.1.0",
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-06-22 11:58:37 +00:00
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.3",
2021-06-22 14:49:45 +00:00
"react-dom": "17.0.2",
"react-hot-toast": "^2.0.0",
2021-06-25 15:08:04 +00:00
"react-markdown": "^6.0.2",
"react-pdf": "^5.3.0",
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",
"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-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",
"@types/react-copy-to-clipboard": "^5.0.0",
2021-06-25 15:08:04 +00:00
"@types/react-dom": "^17.0.8",
"@types/react-pdf": "^5.0.4",
2021-06-25 15:08:04 +00:00
"@types/react-syntax-highlighter": "^13.5.1",
2021-06-22 12:17:15 +00:00
"autoprefixer": "^10.2.6",
2021-06-22 11:58:37 +00:00
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
2021-06-22 12:17:15 +00:00
"postcss": "^8.3.5",
"tailwindcss": "^2.2.2",
2021-06-22 11:58:37 +00:00
"typescript": "4.3.4"
}
}