AnoPaper/package.json
dependabot[bot] 1f8cfcad5d
build(deps-dev): bump vite from 4.4.8 to 4.4.9 (#66)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.8 to 4.4.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-24 20:03:55 +03:00

57 lines
1.5 KiB
JSON

{
"name": "anopaper",
"private": true,
"version": "1.0.0",
"author": "anopaper",
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"start": "node index",
"bstart": "npm run build && npm run start"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"ajv": "^8.11.0",
"body-parser": "^1.20.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"fuse.js": "^6.6.2",
"helmet": "^7.0.0",
"js-sha3": "^0.8.0",
"mongodb": "^5.7.0",
"openai": "^3.3.0",
"react": "^18.2.0",
"react-contenteditable": "^3.3.7",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-mathjax": "^4.0.3",
"rehype-parse": "^8.0.4",
"rehype-remark": "^9.1.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-stringify": "^10.0.3",
"remove-markdown": "^0.5.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"eslint": "^8.47.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9"
}
}