forked from tabbled/tabbled
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "tabbled-web",
"private": false,
"version": "0.5.21",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ag-grid-enterprise/row-grouping": "^30.2.0",
"@ag-grid-enterprise/server-side-row-model": "^30.2.0",
"@codemirror/lang-html": "^6.4.3",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.0",
"@sentry/vue": "^7.73.0",
"@tanstack/vue-table": "^8.19.2",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-heading": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-text-style": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@types/events": "^3.0.0",
"ag-grid-community": "^30.2.0",
"ag-grid-enterprise": "^30.2.0",
"ag-grid-vue3": "^30.2.0",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"codemirror": "^6.0.1",
"core-js": "^3.30.2",
"dayjs": "^1.11.7",
"element-plus": "^2.7.2",
"events": "^3.3.0",
"jexl": "^2.3.0",
"jwt-decode": "^3.1.2",
"less": "^4.2.0",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"pinia": "^2.2.1",
"sass": "^1.56.1",
"simple-code-editor": "^1.2.2",
"socket.io-client": "^4.5.4",
"v-runtime-template": "^1.10.0",
"vue": "^3.2.41",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue3-runtime-template": "^1.0.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@iconify/vue": "^4.0.2",
"@types/jexl": "^2.3.4",
"@types/node": "^18.11.10",
"@types/numeral": "^2.0.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.3.4",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.3",
"vue-tsc": "^1.0.9"
}
}