-
Notifications
You must be signed in to change notification settings - Fork 198
/
Copy pathpackage.json
51 lines (51 loc) · 1.57 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@vitejs/plugin-vue": "^3.0.0",
"autoprefixer": "^10.4.13",
"axios": "^0.27",
"fs": "^0.0.1-security",
"laravel-vite-plugin": "^0.5.0",
"lodash": "^4.17.19",
"os": "^0.1.2",
"path": "^0.12.7",
"postcss": "^8.4.20",
"postcss-nesting": "^10.1.10",
"tailwindcss": "^3.2.6",
"unplugin-vue-define-options": "^1.3.7",
"vite": "^3.0.0",
"vue": "^3.2.31"
},
"dependencies": {
"@inertiajs/vue3": "^1.0.2",
"@jaames/iro": "^5.5.2",
"@tiptap/core": "^2.2.3",
"@tiptap/extension-document": "^2.2.3",
"@tiptap/extension-history": "^2.2.3",
"@tiptap/extension-link": "^2.2.3",
"@tiptap/extension-placeholder": "^2.2.3",
"@tiptap/extension-text": "^2.2.3",
"@tiptap/extension-typography": "^2.2.3",
"@tiptap/pm": "^2.2.3",
"@tiptap/vue-3": "^2.0.0-beta.96",
"chart.js": "^4.1.2",
"chartjs-plugin-zoom": "^2.0.0",
"core-js": "^3.29.0",
"date-fns": "^2.29.1",
"date-fns-tz": "^1.3.7",
"emoji-mart-vue-fast": "^11.1.1",
"floating-vue": "^2.0.0-beta.17",
"mitt": "^3.0.0",
"nanoid": "^4.0.0",
"nprogress": "^0.2.0",
"twemoji-parser": "^14.0.0",
"twitter-text": "^3.1.0",
"vue-flatpickr-component": "^9.0.6",
"vuedraggable": "^4.1.0"
}
}