mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
35 lines
817 B
JSON
35 lines
817 B
JSON
{
|
|
"name": "romm",
|
|
"version": "1.7.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.0.96",
|
|
"axios": "^1.3.4",
|
|
"core-js": "^3.8.3",
|
|
"file-saver": "^2.0.5",
|
|
"jszip": "^3.10.1",
|
|
"mitt": "^3.0.0",
|
|
"roboto-fontface": "*",
|
|
"vue": "^3.2.13",
|
|
"vue-router": "^4.0.0",
|
|
"vuetify": "^3.0.0",
|
|
"webfontloader": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^2.0.5",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"sass": "^1.55.0",
|
|
"vite": "^3.1.9",
|
|
"vite-plugin-rewrite-all": "^1.0.1",
|
|
"vite-plugin-vuetify": "^1.0.0-alpha.12"
|
|
}
|
|
}
|