Files
mixtape/zero.Backoffice.UI/package.json
T

39 lines
922 B
JSON
Raw Normal View History

2020-03-22 14:18:34 +01:00
{
"name": "zero",
"version": "0.1.0",
"private": true,
"scripts": {
2020-11-01 22:20:29 +01:00
"dev": "vite",
"build": "vite build"
2020-03-22 14:18:34 +01:00
},
2021-12-29 01:25:35 +01:00
"workspaces": [
2022-01-06 17:03:05 +01:00
"../plugins/zero.Commerce/Backoffice/Plugin"
2021-12-29 01:25:35 +01:00
],
2020-03-22 14:18:34 +01:00
"dependencies": {
2021-12-06 13:29:15 +01:00
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"flatpickr": "^4.6.9",
"qs": "^6.10.2",
"sortablejs": "^1.14.0",
2021-12-07 15:59:29 +01:00
"@tiptap/vue-3": "2.0.0-beta.82",
"@tiptap/starter-kit": "2.0.0-beta.153",
2022-01-13 23:07:34 +01:00
"@tiptap/extension-image": "2.0.0-beta.24",
"@tiptap/extension-link": "2.0.0-beta.35",
2021-05-11 16:19:49 +02:00
"underscore": "^1.13.1",
2021-12-06 13:29:15 +01:00
"vue": "^3.2.24",
"vue-router": "^4.0.12",
2021-12-09 14:18:38 +01:00
"@vue/compat": "^3.2.24",
2021-12-06 15:32:45 +01:00
"mitt": "^3.0.0",
"pinia": "^2.0.6"
2020-03-22 14:18:34 +01:00
},
"devDependencies": {
2021-12-06 15:06:38 +01:00
"@vitejs/plugin-vue": "^1.10.1",
2021-12-14 14:21:48 +01:00
"@vue/compiler-sfc": "^3.2.24",
"sass": "^1.44.0",
2021-12-06 15:06:38 +01:00
"typescript": "^4.5.2",
2021-12-14 14:21:48 +01:00
"vite": "^2.6.14",
"vite-plugin-rewrite-all": "^0.1.2",
2021-12-06 15:06:38 +01:00
"vue-tsc": "^0.29.8"
}
2020-03-22 14:18:34 +01:00
}