mirror of
https://github.com/rio-labs/rio.git
synced 2025-12-16 18:25:45 -06:00
21 lines
570 B
JSON
21 lines
570 B
JSON
{
|
|
"private": true,
|
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
"dependencies": {
|
|
"ally.js": "^1.4.1",
|
|
"highlight.js": "^11.11.1",
|
|
"math-expression-evaluator": "^2.0.7",
|
|
"micromark": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "~1.93.2",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.7",
|
|
"vite-plugin-compression2": "^2.2.1"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build --config ./vite.config.mjs",
|
|
"dev-build": "npm run build -- --mode development --minify false"
|
|
}
|
|
}
|