ui/package.json

32 lines
830 B
JSON
Raw Normal View History

2022-04-09 03:44:38 +00:00
{
"name": "mathy",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
2022-04-09 03:49:29 +00:00
"build": "pnpm run lint && vue-tsc --noEmit && vite build",
"prepare": "pnpm run build",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint --fix . --ext .ts",
2022-04-09 03:44:38 +00:00
"preview": "vite preview"
},
"dependencies": {
2022-04-09 04:59:32 +00:00
"@vuetify/vite-plugin": "1.0.0-alpha.10",
2022-04-09 04:34:42 +00:00
"install": "^0.13.0",
"vue": "^3.2.25",
2022-04-09 04:59:32 +00:00
"vue-router": "^4.0.14",
"vuetify": "3.0.0-beta.0"
2022-04-09 03:44:38 +00:00
},
"devDependencies": {
2022-04-09 04:34:42 +00:00
"@braks/revue-draggable": "^0.4.2",
2022-04-09 03:49:29 +00:00
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
2022-04-09 04:22:15 +00:00
"@vitejs/plugin-vue": "^2.3.1",
2022-04-09 03:44:38 +00:00
"@volar/vue-language-service": "^0.33.9",
2022-04-09 03:49:29 +00:00
"eslint": "^8.13.0",
2022-04-09 03:44:38 +00:00
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vue-tsc": "^0.33.9"
}
2022-04-09 03:49:29 +00:00
}