Files
learn-typing/package.json
nachtigall.dev b7e1e13992 Initial commit
2022-09-25 22:46:58 +02:00

34 lines
934 B
JSON

{
"name": "hrafnsgard.de",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.22",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/node": "^18.7.18",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.23.1",
"eslint-plugin-vue": "^9.5.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.8.3",
"vite": "^3.1.2",
"vue-tsc": "^0.40.13"
},
"packageManager": "yarn@3.2.3"
}