zrok/ui100/package.json

35 lines
834 B
JSON
Raw Normal View History

2024-11-20 17:58:02 +01:00
{
"name": "ui100",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
2024-11-20 20:01:32 +01:00
"build": "vite build",
2024-11-20 17:58:02 +01:00
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2024-11-20 20:10:34 +01:00
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
2024-11-22 20:12:27 +01:00
"@mui/icons-material": "^6.1.8",
2024-11-20 20:10:34 +01:00
"@mui/material": "^6.1.8",
2024-11-20 17:58:02 +01:00
"react": "^18.3.1",
2024-11-22 17:29:48 +01:00
"react-dom": "^18.3.1",
2024-12-02 19:29:03 +01:00
"react-router": "^7.0.1",
2024-11-22 17:29:48 +01:00
"reagraph": "^4.21.0"
2024-11-20 17:58:02 +01:00
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
}
}