source: imaps-frontend/package.json@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 790 bytes
RevLine 
[d565449]1{
2 "name": "imaps",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "vite build",
9 "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "axios": "^1.7.7",
14 "bootstrap": "^5.3.3",
15 "konva": "^9.3.14",
16 "react": "^18.3.1",
17 "react-dom": "^18.3.1",
18 "react-router-dom": "^6.26.0",
19 "react-tiles-dnd": "^0.1.2"
20 },
21 "devDependencies": {
22 "@types/react": "^18.3.3",
23 "@types/react-dom": "^18.3.0",
24 "@vitejs/plugin-react": "^4.3.1",
25 "eslint": "^8.57.0",
26 "eslint-plugin-react": "^7.34.3",
27 "eslint-plugin-react-hooks": "^4.6.2",
28 "eslint-plugin-react-refresh": "^0.4.7",
29 "vite": "^5.3.4"
30 }
31}
Note: See TracBrowser for help on using the repository browser.