58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "nex-docus-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@bytemd/plugin-breaks": "^1.22.0",
|
|
"@bytemd/plugin-frontmatter": "^1.22.0",
|
|
"@bytemd/plugin-gemoji": "^1.22.0",
|
|
"@bytemd/plugin-gfm": "^1.22.0",
|
|
"@bytemd/plugin-highlight": "^1.22.0",
|
|
"@bytemd/react": "^1.22.0",
|
|
"antd": "^5.12.0",
|
|
"antd-img-crop": "^4.27.0",
|
|
"axios": "^1.6.2",
|
|
"bytemd": "^1.22.0",
|
|
"dayjs": "^1.11.10",
|
|
"github-slugger": "^2.0.0",
|
|
"mark.js": "^8.11.1",
|
|
"pdfjs-dist": "5.4.296",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-highlight-words": "^0.21.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-pdf": "^10.2.0",
|
|
"react-router-dom": "^6.20.1",
|
|
"react-virtuoso": "^4.18.1",
|
|
"react-window": "^2.2.3",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@vitejs/plugin-legacy": "^5.4.3",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.6",
|
|
"terser": "^5.46.0",
|
|
"vite": "^5.0.8"
|
|
}
|
|
}
|