45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "nile",
|
|
"version": "0.0.1",
|
|
"description": "Delta for all things Dunemask",
|
|
"license": "LGPL-2.1-only",
|
|
"author": "Dunemask",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite preview --host",
|
|
"start:dev": "vite --host",
|
|
"start:analyzer": "USE_ANALYZER=true vite build",
|
|
"build": "vite build",
|
|
"format": "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.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^5.16.7",
|
|
"@mui/material": "^5.16.7",
|
|
"@vitejs/plugin-react": "4.3.1",
|
|
"prettier": "^3.3.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.2.1",
|
|
"react-material-ui-carousel": "^3.4.2",
|
|
"react-router-dom": "^6.26.0",
|
|
"vite": "5.4.0",
|
|
"vite-bundle-analyzer": "^0.10.5"
|
|
},
|
|
"dependencies": {
|
|
"react-responsive-carousel": "^3.2.23"
|
|
}
|
|
}
|