mirror of
https://github.com/rio-labs/rio.git
synced 2026-02-07 22:29:36 -06:00
20 lines
610 B
JSON
20 lines
610 B
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"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"highlight.js": "^11.8.0",
|
|
"micromark": "^4.0.0",
|
|
"prettier": "^3.0.3",
|
|
"sass": "^1.66.1",
|
|
"ts-migrate": "^0.1.35",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.3",
|
|
"vite-plugin-singlefile": "^0.13.5"
|
|
}
|
|
}
|