mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
- replace eslint-plugin-import by v9 compatible eslint-plugin-import-x - update eslint configuration in app/ - add eslint v9 configuration in lib/ - add rule to detect unused disable directives - adapt eslint scripts in package.json files regarding deprecated --ext parameter - update the global package-lock.json file
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "utopia-map",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22.20.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"test:lint:eslint": "eslint --max-warnings 0 .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@directus/sdk": "^17.0.2",
|
|
"@heroicons/react": "^2.1.1",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@types/geojson": "^7946.0.10",
|
|
"axios": "^1.13.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-rnd": "^10.4.1",
|
|
"react-router-dom": "^6.23.0",
|
|
"utopia-ui": "^3.0.111",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
"@eslint/js": "^9.36.0",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^18.2.79",
|
|
"@types/react-dom": "^18.2.25",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"daisyui": "^5.5.5",
|
|
"eslint": "^9.36.0",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import-x": "^4.16.1",
|
|
"eslint-plugin-json": "^3.1.0",
|
|
"eslint-plugin-no-catch-all": "^1.1.0",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"eslint-plugin-security": "^3.0.1",
|
|
"globals": "^16.3.0",
|
|
"postcss": "^8.4.30",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.9.0",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-pwa": "^1.1.0"
|
|
}
|
|
}
|