You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ui/package.json

33 lines
864 B

{
"name": "mathy",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "pnpm run lint && vue-tsc --noEmit && vite build",
"prepare": "pnpm run build",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint --fix . --ext .ts",
"preview": "vite preview"
},
"dependencies": {
"@vuetify/vite-plugin": "1.0.0-alpha.10",
"install": "^0.13.0",
"vue": "^3.2.25",
"vue-router": "^4.0.14",
"vuetify": "3.0.0-beta.0",
"@auth0/auth0-vue": "^1.0.0"
},
"devDependencies": {
"@braks/revue-draggable": "^0.4.2",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-vue": "^2.3.1",
"@volar/vue-language-service": "^0.33.9",
"eslint": "^8.13.0",
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vue-tsc": "^0.33.9"
}
}