Compare commits

...

1 Commits

Author SHA1 Message Date
85eca3635a Update app/package.json 2025-10-23 09:24:49 +00:00

View File

@@ -1,87 +1,87 @@
{ {
"name": "aalai-beta", "name": "aalai-beta",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0", "@dnd-kit/sortable": "^10.0.0",
"@fingerprintjs/fingerprintjs": "^4.6.2", "@fingerprintjs/fingerprintjs": "^4.6.2",
"@fingerprintjs/fingerprintjs-pro-react": "^2.6.3", "@fingerprintjs/fingerprintjs-pro-react": "^2.6.3",
"@react-three/csg": "^3.2.0", "@react-three/csg": "^3.2.0",
"@react-three/drei": "^9.113.0", "@react-three/drei": "^9.113.0",
"@react-three/fiber": "^8.17.7", "@react-three/fiber": "^8.17.7",
"@react-three/postprocessing": "^2.16.3", "@react-three/postprocessing": "^2.16.3",
"@recast-navigation/core": "^0.39.0", "@recast-navigation/core": "^0.39.0",
"@recast-navigation/three": "^0.39.0", "@recast-navigation/three": "^0.39.0",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"@turf/helpers": "^7.2.0", "@turf/helpers": "^7.2.0",
"@turf/turf": "^7.2.0", "@turf/turf": "^7.2.0",
"@types/jest": "^27.5.2", "@types/jest": "^27.5.2",
"@types/react": "^18.3.5", "@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@use-gesture/react": "^10.3.1", "@use-gesture/react": "^10.3.1",
"chart.js": "^4.4.8", "chart.js": "^4.4.8",
"chartjs-plugin-annotation": "^3.1.0", "chartjs-plugin-annotation": "^3.1.0",
"dxf-parser": "^1.1.2", "dxf-parser": "^1.1.2",
"glob": "^11.0.0", "glob": "^11.0.0",
"gsap": "^3.12.5", "gsap": "^3.12.5",
"html2canvas": "^1.4.1", "html2canvas": "^1.4.1",
"immer": "^9.0.21", "immer": "^9.0.21",
"leva": "^0.10.0", "leva": "^0.10.0",
"mqtt": "^5.10.4", "mqtt": "^5.10.4",
"postprocessing": "^6.36.4", "postprocessing": "^6.36.4",
"prompt-sync": "^4.2.0", "prompt-sync": "^4.2.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-chartjs-2": "^5.3.0", "react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-router-dom": "^7.4.0", "react-router-dom": "^7.4.0",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-toastify": "^10.0.5", "react-toastify": "^10.0.5",
"sass": "^1.78.0", "sass": "^1.78.0",
"socket.io-client": "^4.8.1", "socket.io-client": "^4.8.1",
"three": "^0.168.0", "three": "^0.168.0",
"three-viewport-gizmo": "^2.2.0", "three-viewport-gizmo": "^2.2.0",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"web-vitals": "^2.1.4", "web-vitals": "^2.1.4",
"zustand": "^5.0.0-rc.2" "zustand": "^5.0.0-rc.2"
}, },
"scripts": { "scripts": {
"prepare": "husky", "prepare": "husky",
"prestart": "tsc scripts/git-prompt.ts && node scripts/git-prompt.js", "prestart": "tsc scripts/git-prompt.ts && node scripts/git-prompt.js",
"start": "react-scripts start", "start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build", "build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"test": "jest", "test": "jest",
"cypress:open": "cypress open", "cypress:open": "cypress open",
"cypress:run": "cypress run" "cypress:run": "cypress run"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [
"react-app", "react-app",
"react-app/jest" "react-app/jest"
] ]
}, },
"browserslist": { "browserslist": {
"production": [ "production": [
">0.2%", ">0.2%",
"not dead", "not dead",
"not op_mini all" "not op_mini all"
], ],
"development": [ "development": [
"last 1 chrome version", "last 1 chrome version",
"last 1 firefox version", "last 1 firefox version",
"last 1 safari version" "last 1 safari version"
] ]
}, },
"devDependencies": { "devDependencies": {
"@types/html2canvas": "^1.0.0", "@types/html2canvas": "^1.0.0",
"@types/node": "^22.9.1", "@types/node": "^22.9.1",
"@types/three": "^0.169.0", "@types/three": "^0.169.0",
"axios": "^1.8.4", "axios": "^1.8.4",
"cypress": "^13.14.2", "cypress": "^13.14.2",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"husky": "^9.1.6", "husky": "^9.1.6",
"ts-node": "^10.9.2" "ts-node": "^10.9.2"
} }
} }