-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 2.42 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
{
"name": "vizy",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --port 4001",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@pixelandtonic/craftui": "~0.3.8",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"babel-eslint": "^10.1.0",
"craftcms-sass": "^3.5.7",
"eslint": "^8.39.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.11.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.23",
"postcss-color-function": "^4.1.0",
"resolve-url-loader": "^5.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"sass": "^1.62.0",
"vite": "4.3.1",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"@extractus/oembed-extractor": "^3.1.9",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@ivanv/vue-collapse-transition": "^1.0.2",
"@tiptap/core": "^2.3.0",
"@tiptap/extension-floating-menu": "^2.3.0",
"@tiptap/extension-focus": "^2.3.0",
"@tiptap/extension-highlight": "^2.3.0",
"@tiptap/extension-image": "^2.3.0",
"@tiptap/extension-link": "^2.3.0",
"@tiptap/extension-subscript": "^2.3.0",
"@tiptap/extension-superscript": "^2.3.0",
"@tiptap/extension-table": "^2.3.0",
"@tiptap/extension-table-cell": "^2.3.0",
"@tiptap/extension-table-header": "^2.3.0",
"@tiptap/extension-table-row": "^2.3.0",
"@tiptap/extension-text-align": "^2.3.0",
"@tiptap/extension-text-style": "^2.3.0",
"@tiptap/extension-underline": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@tiptap/suggestion": "^2.3.0",
"@tiptap/vue-3": "^2.3.0",
"codemirror-editor-vue3": "^2.3.0",
"floating-vue": "^2.0.0-beta.20",
"js-beautify": "^1.14.7",
"qs": "^6.11.1",
"tippy.js": "^6.3.7",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.4.15",
"vue-autosuggest": "^2.2.0",
"vue-final-modal": "^3.4.3",
"vue-mitt": "^0.0.1"
}
}