mirror of
https://github.com/MarcZierle/photo-log-frontend.git
synced 2025-04-07 21:14:37 +00:00
51 lines
1.4 KiB
JSON
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": "^9.8.8",
|
|
"axios": "^0.24.0",
|
|
"axios-auth-refresh": "^3.3.4",
|
|
"lorem-ipsum": "^2.0.8",
|
|
"postcss": "^7.0.39",
|
|
"tailwind-children": "^0.5.0",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
|
|
"vue": "^3.0.0",
|
|
"vue-advanced-cropper": "^2.8.0",
|
|
"vue-i18n": "^9.1.9",
|
|
"vue-meta": "^3.0.0-alpha.8",
|
|
"vue-router": "^4.0.0-0",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuex": "^4.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vue-i18n-loader": "^5.0.0",
|
|
"@vicons/antd": "^0.11.0",
|
|
"@vicons/carbon": "^0.11.0",
|
|
"@vicons/fa": "^0.11.0",
|
|
"@vicons/fluent": "^0.11.0",
|
|
"@vicons/ionicons4": "^0.11.0",
|
|
"@vicons/ionicons5": "^0.11.0",
|
|
"@vicons/material": "^0.11.0",
|
|
"@vicons/tabler": "^0.11.0",
|
|
"@vicons/utils": "^0.1.4",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"eslint": "^8.17.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"naive-ui": "^2.23.2",
|
|
"prettier": "^2.2.1",
|
|
"sass": "^1.26.5",
|
|
"vfonts": "^0.1.0",
|
|
"vite": "^2.9.12",
|
|
"vue-cli-plugin-tailwind": "~3.0.0"
|
|
}
|
|
}
|