mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "utopia-game",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@directus/sdk": "^13.0.2",
|
|
"@heroicons/react": "^2.1.1",
|
|
"@types/geojson": "^7946.0.10",
|
|
"axios": "^1.6.5",
|
|
"date-fns": "^3.3.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-rnd": "^10.4.1",
|
|
"react-router-dom": "^6.23.0",
|
|
"utopia-ui": "^3.0.0-alpha.253"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.79",
|
|
"@types/react-dom": "^18.2.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"daisyui": "^4.6.1",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
"postcss": "^8.4.30",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.3.2",
|
|
"vite-plugin-pwa": "^0.16.4"
|
|
}
|
|
}
|