-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.82 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"production": "vite build",
"lint": "eslint --fix --ext .js,.vue resources/js",
"fetch": "bin/fetch"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^2.0.9",
"@popperjs/core": "2.11.5",
"@tiptap/core": "^2.0.0-beta.175",
"@tiptap/extension-image": "^2.0.0-beta.27",
"@tiptap/extension-link": "^2.0.0-beta.37",
"@tiptap/extension-mention": "^2.0.0-beta.96",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/extension-table": "^2.0.0-beta.48",
"@tiptap/extension-table-cell": "^2.0.0-beta.20",
"@tiptap/extension-table-header": "^2.0.0-beta.22",
"@tiptap/extension-table-row": "^2.0.0-beta.19",
"@tiptap/extension-text-align": "^2.0.0-beta.29",
"@tiptap/extension-typography": "^2.0.0-beta.20",
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/starter-kit": "^2.0.0-beta.184",
"@tiptap/vue-2": "^2.0.0-beta.78",
"autosize": "^4.0.4",
"axios": "^0.21.4",
"date-fns": "^2.28.0",
"dropzone": "^5.9.3",
"filesize": "^6.4.0",
"js-cookie": "^3.0.1",
"laravel-echo": "^1.11.7",
"portal-vue": "^2.1.7",
"pusher-js": "^7.0.6",
"tippy.js": "^6.3.7",
"v-calendar": "^2.4.1",
"v-clipboard": "^2.2.3",
"v-mask": "^2.3.0",
"v-tooltip": "^2.1.3",
"vee-validate": "^3.4.14",
"vue": "2.7.0-beta.8",
"vue-currency-filter": "^5.2.0",
"vue-final-modal": "^0.20.1",
"vue-nestable": "^2.6.0",
"vue-number-animation": "^1.1.2",
"vue-router": "^3.5.3",
"vue-select": "^3.18.3",
"vue-slide-up-down": "^2.0.1",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/eslint-parser": "7.17.0",
"@babel/eslint-plugin": "7.17.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.18.6",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/typography": "0.5.2",
"@vitejs/plugin-vue2": "^1.1.1",
"autoprefixer": "10.4.5",
"cross-env": "7.0.3",
"eslint": "8.15.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-unicorn": "42.0.0",
"eslint-plugin-vue": "8.7.1",
"laravel-vite-plugin": "^0.2.3",
"postcss": "8.4.13",
"postcss-import": "14.1.0",
"tailwindcss": "^3.4.3",
"vite": "^2.9.13"
},
"resolutions": {
"autoprefixer": "10.4.5"
}
}