Files
ratatouille/frontend/package.json
2023-03-03 16:49:55 +01:00

21 lines
434 B
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": " tsc && vite build --watch",
"build": "tsc && vite build",
"lint": "rome check .",
"format": "rome format . --write"
},
"devDependencies": {
"rome": "^11.0.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-singlefile": "^0.13.3"
},
"dependencies": {
"xterm": "^5.1.0"
}
}