onedrive/package.json

95 lines
2.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",
2023-01-26 07:31:07 +00:00
"format": "prettier 'src/**/*.{js,ts,jsx,tsx}' --write",
"extract": "i18next"
2021-06-22 11:58:37 +00:00
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
2023-01-30 09:29:20 +00:00
"@headlessui/react": "^1.7.8",
2022-10-08 06:47:39 +00:00
"@tailwindcss/line-clamp": "^0.4.2",
2022-01-16 16:08:04 +00:00
"awesome-debounce-promise": "^2.1.0",
2023-01-30 09:29:20 +00:00
"axios": "^1.2.6",
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.7",
2022-10-08 06:47:39 +00:00
"emoji-regex": "^10.2.1",
2023-01-26 05:35:41 +00:00
"i18next": "^22.4.9",
"ioredis": "^5.3.0",
2022-10-08 06:47:39 +00:00
"jszip": "^3.10.1",
"mpegts.js": "^1.7.2",
2023-01-30 09:29:20 +00:00
"next": "^13.1.6",
2023-01-26 05:35:41 +00:00
"next-i18next": "^13.0.3",
"nextjs-progressbar": "^0.0.16",
"plyr-react": "^5.1.2",
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",
2023-01-30 09:29:20 +00:00
"react-hotkeys-hook": "^4.3.3",
2023-01-26 05:35:41 +00:00
"react-i18next": "^12.1.4",
"react-markdown": "^8.0.5",
2023-01-26 06:07:01 +00:00
"react-reader": "^1.0.2",
2022-10-08 06:47:39 +00:00
"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",
2023-01-30 09:29:20 +00:00
"swr": "^2.0.3",
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": {
"@types/cors": "^2.8.13",
2021-09-02 21:54:18 +00:00
"@types/crypto-js": "^4.0.2",
"@types/node": "18.15.13",
"@types/react": "18.0.38",
2022-10-08 06:47:39 +00:00
"@types/react-copy-to-clipboard": "^5.0.4",
2023-01-26 05:35:41 +00:00
"@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.39.0",
"eslint-config-next": "13.3.1",
"eslint-config-prettier": "^8.6.0",
2023-01-26 05:35:41 +00:00
"i18next-parser": "^7.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"typescript": "5.0.4"
},
"prettier": {
"printWidth": 120,
"arrowParens": "avoid",
"singleQuote": true,
"semi": false,
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"eslintConfig": {
"extends": [
"next",
"next/core-web-vitals",
"prettier"
]
2021-06-22 11:58:37 +00:00
}
}