Files
ebook/package.json
koziavin 5c7e5fabbb
Some checks failed
Deploy Application / deploy (push) Failing after 7m8s
first commit
2025-06-11 21:01:17 +04:00

37 lines
1.0 KiB
JSON

{
"name": "e-book",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"prepare": "husky",
"lint": "node_modules/.bin/eslint . --fix",
"format": "node_modules/.bin/prettier --write ./src/"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.8",
"pinia": "^3.0.3",
"tailwindcss": "^4.1.8",
"vue": "^3.5.13",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.22.0",
"eslint-plugin-vue": "~10.0.0",
"husky": "^9.1.7",
"prettier": "3.5.3",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"vite-plugin-vue-devtools": "^7.7.2",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}