Files
rio/package.json
2024-04-07 14:05:45 +02:00

32 lines
1.2 KiB
JSON

{
"private": true,
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"build": "npx vite build frontend/ --outDir ../rio/generated/ --config vite.config.js --emptyOutDir",
"dev-build": "npm run-script build -- --mode development --minify false",
"showcase": "python3 -m uvicorn showcase:fastapi_app --host 0.0.0.0 --port 8001 --reload",
"website": "python3 -m rio run",
"theme_picker": "python3 -m uvicorn theme_picker:fastapi_app --host 0.0.0.0 --port 8001 --reload"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/typography": "^14.0.0",
"axios": "^1.5.0",
"highlight.js": "^11.8.0",
"material-components-web": "^14.0.0",
"micromark": "^4.0.0",
"prettier": "^3.0.3",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"vite": "^4.5.3",
"vite-plugin-singlefile": "^0.13.5"
}
}