nile/package.json

43 lines
1,016 B
JSON
Raw Normal View History

2022-09-09 16:23:24 -04:00
{
"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": {
2024-08-03 15:44:44 -06:00
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@vitejs/plugin-react": "4.3.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
2022-12-24 20:49:01 -05:00
"react-material-ui-carousel": "^3.4.2",
2024-08-03 15:44:44 -06:00
"react-router-dom": "^6.26.0",
"vite": "5.3.5"
},
"dependencies": {
"react-responsive-carousel": "^3.2.23"
2022-09-09 16:23:24 -04:00
}
}