Files
mixtape/zero.Backoffice.UI/package.json
T
2022-01-13 23:07:34 +01:00

39 lines
922 B
JSON

{
"name": "zero",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"workspaces": [
"../plugins/zero.Commerce/Backoffice/Plugin"
],
"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",
"@tiptap/extension-image": "2.0.0-beta.24",
"@tiptap/extension-link": "2.0.0-beta.35",
"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": {
"@vitejs/plugin-vue": "^1.10.1",
"@vue/compiler-sfc": "^3.2.24",
"sass": "^1.44.0",
"typescript": "^4.5.2",
"vite": "^2.6.14",
"vite-plugin-rewrite-all": "^0.1.2",
"vue-tsc": "^0.29.8"
}
}