odin-todo-vue/package.json

37 lines
967 B
JSON

{
"name": "odin-todo-vue",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@kouts/vue-modal": "^5.0.0",
"@vuepic/vue-datepicker": "^8.1.1",
"date-fns": "^3.3.1",
"lucide-vue-next": "^0.330.0",
"v-dropdown-menu": "^2.0.4",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vue3-dropdown-navbar": "^0.1.4",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.35",
"prettier": "^3.0.3",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11"
}
}