Files
mixtape/zero.Backoffice.UI/package.json
T
2021-12-09 14:18:38 +01:00

33 lines
714 B
JSON

{
"name": "zero",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"flatpickr": "^4.6.9",
"qs": "^6.10.2",
"sortablejs": "^1.14.0",
"@tiptap/vue-3": "2.0.0-beta.82",
"@tiptap/starter-kit": "2.0.0-beta.153",
"underscore": "^1.13.1",
"vue": "^3.2.24",
"vue-router": "^4.0.12",
"@vue/compat": "^3.2.24",
"mitt": "^3.0.0",
"pinia": "^2.0.6"
},
"devDependencies": {
"sass": "^1.44.0",
"vite": "^2.6.14",
"@vue/compiler-sfc": "^3.2.24",
"@vitejs/plugin-vue": "^1.10.1",
"typescript": "^4.5.2",
"vue-tsc": "^0.29.8"
}
}