nquest/frontend/package.json

32 lines
813 B
JSON
Raw Normal View History

2023-11-01 23:21:12 +03:00
{
"name": "nquest",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2024-01-05 04:11:40 +03:00
"@neonxp/compose": "0.0.6",
2023-11-01 23:21:12 +03:00
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.0",
2023-11-01 23:21:12 +03:00
"react-router-dom": "^6.17.0",
"unstated-next": "^1.1.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5"
}
}