forked from verbb/vizy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.72 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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "vizy",
"version": "1.0.0",
"private": true,
"browserslist": [
"defaults",
"Edge >= 15",
"Chrome >= 29",
"Safari >= 9",
"ie >= 11",
"Firefox >= 28",
"iOS >= 9.1",
"Android >= 4.4"
],
"scripts": {
"dev": "mix",
"watch": "mix watch",
"hot": "mix watch --hot",
"prod": "mix --production"
},
"devDependencies": {
"@pixelandtonic/craftui": "~0.3.8",
"babel-eslint": "^10.0.3",
"copy-webpack-plugin": "^6.4.1",
"craftcms-sass": "^3.5.7",
"cross-env": "^7.0.2",
"enhanced-resolve": "^4.5.0",
"eslint": "^7.32.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.0.0",
"eslint-webpack-plugin": "^3.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^6.0.27",
"laravel-mix-bundle-analyzer": "^1.0.5",
"laravel-mix-eslint": "^0.2.0",
"laravel-mix-imagemin": "^1.0.3",
"lodash": "^4.17.21",
"postcss": "^8.3.6",
"resolve-url-loader": "^3.1.4",
"sass": "^1.37.0",
"sass-loader": "^9.0.2",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@tiptap/core": "^2.0.0-beta.118",
"@tiptap/extension-floating-menu": "^2.0.0-beta.33",
"@tiptap/extension-focus": "^2.0.0-beta.26",
"@tiptap/extension-highlight": "^2.0.0-beta.21",
"@tiptap/extension-image": "^2.0.0-beta.15",
"@tiptap/extension-link": "^2.0.0-beta.20",
"@tiptap/extension-subscript": "^2.0.0-beta.4",
"@tiptap/extension-superscript": "^2.0.0-beta.4",
"@tiptap/extension-text-align": "^2.0.0-beta.23",
"@tiptap/extension-underline": "^2.0.0-beta.16",
"axios": "^0.21.2",
"core-js": "^3.16.0",
"dotenv": "^8.6.0",
"@tiptap/starter-kit": "^2.0.0-beta.117",
"@tiptap/vue-2": "^2.0.0-beta.57",
"eslint-import-resolver-alias": "^1.1.2",
"highlight.js": "^10.7.3",
"js-beautify": "^1.14.0",
"mobile-drag-drop": "^2.3.0-rc.2",
"qs": "^6.10.1",
"sortablejs": "^1.14.0",
"tippy.js": "^6.3.1",
"v-tooltip": "^2.1.3",
"vue-autosuggest": "^1.8.3",
"vue-clickaway": "^2.2.2",
"vue-codemirror-lite": "^1.0.4",
"vue-drag-drop": "^1.1.4",
"vue-final-modal": "^0.21.7",
"vue-unique-id": "^3.2.1"
}
}