frontend-web/package.json
2022-10-27 13:12:10 +02:00

51 lines
1.4 KiB
JSON

{
"name": "zierle-training-online-tools",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"autoprefixer": "^10.4.12",
"axios": "^1.1.3",
"axios-auth-refresh": "^3.3.4",
"lorem-ipsum": "^2.0.8",
"postcss": "^8.4.18",
"tailwind-children": "^0.5.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue": "^3.2.41",
"vue-advanced-cropper": "^2.8.0",
"vue-i18n": "^9.2.2",
"vue-meta": "^3.0.0-alpha.8",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^5.0.0",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"naive-ui": "^2.33.5",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"vfonts": "^0.1.0",
"vite": "^3.2.0",
"vue-cli-plugin-tailwind": "~3.0.0"
}
}