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

26 lines
622 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": {
"vue": "^3.2.25"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@volar/vue-language-service": "^0.33.9",
"eslint": "^8.13.0",
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vue-tsc": "^0.33.9"
}
}