2022-05-21 20:38:11 +02:00
|
|
|
{
|
|
|
|
"name": "staticwebapp-hhv-tormakristof-eu",
|
2022-05-21 21:32:16 +02:00
|
|
|
"version": "1.0.0",
|
2022-05-21 20:38:11 +02:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"preview": "vite preview --port 5050",
|
|
|
|
"typecheck": "vue-tsc --noEmit",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
|
|
},
|
2022-05-21 22:16:54 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0"
|
|
|
|
},
|
2022-05-21 20:38:11 +02:00
|
|
|
"dependencies": {
|
2022-05-21 21:32:16 +02:00
|
|
|
"@popperjs/core": "^2.11.5",
|
2022-05-21 21:55:27 +02:00
|
|
|
"axios": "^0.27.2",
|
2022-05-21 21:32:16 +02:00
|
|
|
"bootstrap": "^5.1.3",
|
2022-05-21 20:38:11 +02:00
|
|
|
"vue": "^3.2.33"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
|
|
"@types/node": "^16.11.27",
|
|
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
|
|
"@vue/tsconfig": "^0.1.3",
|
|
|
|
"eslint": "^8.5.0",
|
|
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
|
|
"prettier": "^2.5.1",
|
|
|
|
"typescript": "~4.6.3",
|
|
|
|
"vite": "^2.9.5",
|
|
|
|
"vue-tsc": "^0.34.7"
|
|
|
|
}
|
|
|
|
}
|