-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@headlessui/vue": "^1.6.5",
"@heroicons/vue": "^1.0.1",
"@popperjs/core": "^2.9.2",
"@tiptap/core": "^2.0.0-beta.210",
"@tiptap/extension-text-align": "^2.0.0-beta.31",
"@tiptap/pm": "^2.1.11",
"@tiptap/starter-kit": "^2.0.0-beta.189",
"@tiptap/vue-3": "^2.0.0-beta.95",
"@vueform/multiselect": "^2.6.7",
"@vuelidate/core": "^2.0.0-alpha.32",
"@vuelidate/validators": "^2.0.0-alpha.25",
"@vueuse/core": "^8.7.4",
"chart.js": "^4.4.3",
"dayjs": "^1.11.3",
"lodash": "^4.17.13",
"maska": "^1.4.6",
"mini-svg-data-uri": "^1.3.3",
"pinia": "^2.0.14",
"primeicons": "^6.0.1",
"primevue": "^3.48.1",
"v-tooltip": "^4.0.0-alpha.1",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@sxzz/eslint-config": "^2.2.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.16",
"axios": "^1.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.18.0",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.31",
"sass": "^1.52.3",
"tailwindcss": "^3.3.3",
"unplugin-auto-import": "^0.8.8",
"unplugin-vue-components": "^0.19.6",
"vite": "^4.0.0"
}
}