mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-06 04:53:56 +03:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "anopaper",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"author": "anopaper",
|
|
"license": "MIT",
|
|
"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.12",
|
|
"ajv": "^8.11.0",
|
|
"body-parser": "^1.20.1",
|
|
"crypto-js": "^4.1.1",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.7.0",
|
|
"fuse.js": "^6.6.2",
|
|
"js-sha3": "^0.8.0",
|
|
"openai": "^3.2.1",
|
|
"react": "^18.2.0",
|
|
"react-contenteditable": "^3.3.7",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^8.0.3",
|
|
"react-router-dom": "^6.4.2",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"rehype-mathjax": "^4.0.2",
|
|
"rehype-parse": "^8.0.4",
|
|
"rehype-remark": "^9.1.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"remark-stringify": "^10.0.2",
|
|
"remove-markdown": "^0.5.0",
|
|
"socket.io": "^4.6.1",
|
|
"socket.io-client": "^4.6.1",
|
|
"unified": "^10.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"postcss": "^8.4.18",
|
|
"tailwindcss": "^3.1.8",
|
|
"vite": "^3.1.0"
|
|
}
|
|
}
|