30 lines
753 B
JSON
30 lines
753 B
JSON
{
|
|
"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": {
|
|
"install": "^0.13.0",
|
|
"vue": "^3.2.25",
|
|
"vue-router": "^4.0.14"
|
|
},
|
|
"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"
|
|
}
|
|
}
|