vue-health/package.json
Victor Batischev edbf304790 init
2024-02-14 18:02:53 +03:00

58 lines
1.7 KiB
JSON

{
"name": "vue-health",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"format-icons": "node src/shared/utils/npm/formattingIcons.js",
"icons": "fantasticon"
},
"dependencies": {
"@vuepic/vue-datepicker": "^7.4.0",
"axios": "^1.6.1",
"fantasticon": "^2.0.0",
"oslllo-svg-fixer": "^3.0.0",
"pinia": "^2.1.7",
"v3-infinite-loading": "^1.3.1",
"vite-plugin-vue3-bem": "^1.0.12",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"vue3-bem": "^1.0.8",
"vue3-lazyload": "^0.3.8",
"vue3-toastify": "^0.1.14"
},
"devDependencies": {
"@feature-sliced/eslint-config": "^0.1.0-beta.6",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.5",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"node-sass": "^9.0.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"typescript": "~5.2.0",
"vite": "^4.4.11",
"vue-tsc": "^1.8.19"
},
"overrides": {
"fantasticon": {
"glob": "7.2.0"
}
}
}