-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"name": "techinsight-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@tiptap/extension-bubble-menu": "^2.1.16",
"@tiptap/extension-code-block-lowlight": "^2.1.16",
"@tiptap/extension-floating-menu": "^2.1.16",
"@tiptap/extension-horizontal-rule": "^2.1.16",
"@tiptap/extension-link": "^2.1.16",
"@tiptap/extension-placeholder": "^2.1.16",
"@tiptap/extension-underline": "^2.1.16",
"@tiptap/pm": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"@tiptap/vue-3": "^2.1.16",
"@vee-validate/zod": "^4.12.4",
"@vue-youtube/component": "^0.0.6",
"@vue-youtube/core": "^0.0.6",
"@vueuse/core": "^10.7.1",
"aos": "3.0.0-beta.6",
"axios": "^1.6.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"highlight.js": "^11.9.0",
"lowlight": "^3.1.0",
"lucide-vue-next": "^0.309.0",
"pinia": "^2.1.7",
"radix-vue": "^1.3.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.12.4",
"vue": "^3.3.13",
"vue-router": "^4.2.5",
"vue-toastification": "2.0.0-rc.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^4.6.0",
"@vue/test-utils": "^2.4.3",
"autoprefixer": "^10.4.16",
"cypress": "^13.6.2",
"jsdom": "^23.0.1",
"postcss": "^8.4.32",
"sass": "^1.71.1",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.4.0",
"vite": "^5.0.10",
"vitest": "^1.1.0"
}
}