AnoPaper/package.json

40 lines
972 B
JSON
Raw Normal View History

2022-10-17 13:50:40 +03:00
{
"name": "anopaper",
"private": true,
2023-04-02 10:53:32 +03:00
"version": "1.0.0",
"author": "anopaper",
"license": "MIT",
2022-10-17 13:50:40 +03:00
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
2023-04-02 10:53:32 +03:00
"preview": "vite preview",
"start": "node index",
"bstart": "npm run build && npm run start"
2022-10-17 13:50:40 +03:00
},
"dependencies": {
"@heroicons/react": "^2.0.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-10-17 14:58:38 +03:00
"react-markdown": "^8.0.3",
2023-04-01 20:57:46 +03:00
"react-router-dom": "^6.4.2",
2023-04-02 09:54:03 +03:00
"react-syntax-highlighter": "^15.5.0",
2023-04-01 20:57:46 +03:00
"rehype-mathjax": "^4.0.2",
2023-04-02 10:53:32 +03:00
"remark-math": "^5.1.1",
"ajv": "^8.11.0",
"body-parser": "^1.20.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"js-sha3": "^0.8.0"
2022-10-17 13:50:40 +03:00
},
"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"
}
}