{ "name": "nile", "version": "0.0.1", "description": "Delta for all things Dunemask", "license": "LGPL-2.1-only", "author": "Dunemask", "type": "module", "scripts": { "start": "vite --host", "build:react": "vite build", "lint": "npx prettier -w src/ index.html vite.config.js" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.5", "@vitejs/plugin-react": "4.0.4", "prettier": "^3.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.10.1", "react-material-ui-carousel": "^3.4.2", "react-router-dom": "^6.15.0", "vite": "4.4.9" } }