-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 3.03 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"private": true,
"name": "vusa.lt",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"test:dom": "vitest --dom",
"coverage": "vitest run --coverage",
"docs:dev": "vitepress dev docs --port 6001",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs --port 6006"
},
"dependencies": {
"@azure/msal-browser": "^3.20.0",
"@inertiajs/vue3": "^1.0.8",
"@observablehq/plot": "^0.6.16",
"@pnp/graph": "^4.3.0",
"@pnp/sp": "^4.3.0",
"@tiptap/extension-bubble-menu": "^2.0.1",
"@tiptap/extension-character-count": "^2.3.0",
"@tiptap/extension-image": "^2.0.1",
"@tiptap/extension-link": "^2.0.1",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-table": "^2.0.1",
"@tiptap/extension-table-cell": "^2.0.1",
"@tiptap/extension-table-header": "^2.0.1",
"@tiptap/extension-table-row": "^2.0.1",
"@tiptap/extension-underline": "^2.0.1",
"@tiptap/extension-youtube": "^2.0.1",
"@tiptap/starter-kit": "^2.0.1",
"@tiptap/vue-3": "^2.0.1",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.0.0",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cropperjs": "^2.0.0-beta.2",
"d3": "^7.7.0",
"fuse.js": "^7.0.0",
"gsap": "^3.12.5",
"happy-dom": "^15.0.0",
"laravel-precognition-vue-inertia": "^0.5.3",
"laravel-vue-i18n": "^2.3.2",
"latinize": "^2.0.0",
"posthog-js": "^1.40.1",
"radix-vue": "^1.4.8",
"sortablejs": "^1.15.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"unplugin-vue-markdown": "^0.26.2",
"v-calendar": "^3.0.2",
"vee-validate": "^4.13.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.0.0",
"@eslint/js": "^9.10.0",
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/fluent": "^1.1.57",
"@iconify-json/mdi": "^1.1.67",
"@iconify/vue": "^4.1.2",
"@microsoft/microsoft-graph-types": "^2.25.0",
"@types/d3": "^7.4.0",
"@types/eslint__js": "^8.42.3",
"@types/latinize": "^0.2.18",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-v8": "^2.0.4",
"@vue/test-utils": "^2.3.2",
"autoprefixer": "^10.4.7",
"eslint": "^9.10.0",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-tailwindcss": "^3.6.0",
"eslint-plugin-vue": "^9.2.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"globals": "^15.9.0",
"laravel-echo": "^1.14.2",
"laravel-vite-plugin": "^1.0.0",
"naive-ui": "^2.32.2",
"postcss": "^8.4.14",
"pusher-js": "^8.0.0",
"tailwindcss": "^3.1.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"unplugin-icons": "^0.20.0",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.4.6",
"vite-plugin-vue-devtools": "^7.3.7",
"vitepress": "^1.2.3",
"vitest": "^2.0.4",
"vue": "^3.3.4",
"vue-eslint-parser": "^9.4.3"
},
"type": "module"
}