nquest/frontend/package.json

40 lines
1.1 KiB
JSON
Raw Permalink 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",
2024-01-21 00:50:52 +03:00
"lint": "eslint src --fix --ext js,jsx --report-unused-disable-directives --max-warnings 0",
2023-11-01 23:21:12 +03:00
"preview": "vite preview"
},
"dependencies": {
2024-01-05 04:11:40 +03:00
"@neonxp/compose": "0.0.6",
2024-01-20 21:37:49 +03:00
"antd": "^5.12.8",
"moment": "^2.30.1",
2023-11-01 23:21:12 +03:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.0",
2023-11-01 23:21:12 +03:00
"react-router-dom": "^6.17.0",
2024-01-20 21:37:49 +03:00
"remark-gfm": "^4.0.0",
2023-11-01 23:21:12 +03:00
"unstated-next": "^1.1.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
2024-01-21 00:50:52 +03:00
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
2023-11-01 23:21:12 +03:00
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
2024-01-21 00:50:52 +03:00
"vite": "^4.4.5",
"vite-plugin-pwa": "^0.17.4",
"workbox-window": "^7.0.0"
2023-11-01 23:21:12 +03:00
}
}