mirror of
https://github.com/gregor-tokarev/cubicdone.git
synced 2026-09-14 11:06:21 +05:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/main.ts",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"type-check": "vue-tsc",
|
|
"dev:all": "vercel dev",
|
|
"dev": "vite",
|
|
"preview": "vite preview"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gregor-tokarev/personal_todo.git"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@linear/sdk": "^9.0.1",
|
|
"@vercel/speed-insights": "^1.0.8",
|
|
"@vuelidate/core": "^2.0.3",
|
|
"@vuelidate/validators": "^2.0.4",
|
|
"@vueuse/core": "^10.4.1",
|
|
"axios": "^1.6.7",
|
|
"contract-models": "*",
|
|
"cookie": "^0.6.0",
|
|
"dayjs": "^1.11.10",
|
|
"fuse.js": "^6.6.2",
|
|
"hotkeys-js": "^3.12.0",
|
|
"markdown-it": "^13.0.2",
|
|
"motion": "^10.17.0",
|
|
"pinia": "^2.1.6",
|
|
"register-service-worker": "^1.7.2",
|
|
"vite-plugin-pwa": "^0.16.5",
|
|
"vue": "^3.3.4",
|
|
"vue-draggable-next": "^2.2.1",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.2.5",
|
|
"vue-sync-client": "*",
|
|
"vue-virtual-scroller": "^2.0.0-beta.8",
|
|
"vue3-spinners": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/combokeys": "^2.4.9",
|
|
"@types/cookie": "^0.6.0",
|
|
"@types/markdown-it": "^13.0.7",
|
|
"@vercel/node": "^3.0.7",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/cli-plugin-pwa": "~5.0.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "8.4.31",
|
|
"prettier": "3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.5",
|
|
"tailwindcss": "^3.3.3",
|
|
"vite": "5.0.12",
|
|
"vite-plugin-svg-spriter": "^1.0.0",
|
|
"vue-tsc": "^1.8.5"
|
|
},
|
|
"type": "module"
|
|
}
|