-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.49 KB
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"engines": {
"node": "22.x"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify/vue": "^5.0.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/i18n": "^10.2.0",
"@stripe/stripe-js": "^8.4.0",
"@tiptap/extension-link": "^3.6.6",
"@tiptap/extension-underline": "^3.6.6",
"@tiptap/pm": "^3.6.6",
"@tiptap/starter-kit": "^3.6.6",
"@tiptap/vue-3": "^3.6.6",
"@types/tinycolor2": "^1.4.6",
"@unlok-co/nuxt-stripe": "^3.0.0",
"h3-compression": "^0.3.2",
"maska": "^3.2.0",
"nuxt": "^3.20.1",
"socket.io-client": "^4.8.1",
"tinycolor2": "^1.6.0",
"vee-validate": "^4.14.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuedraggable": "^2.24.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@intlify/eslint-plugin-vue-i18n": "^4.1.0",
"@nuxt/eslint": "^0.7.2",
"@types/vue-the-mask": "^0.11.5",
"@vee-validate/zod": "^4.14.7",
"card-validator": "^10.0.2",
"emailjs-com": "^3.2.0",
"eslint": "^9.16.0",
"nuxt-stripe-module": "^3.2.0",
"sass-embedded": "^1.80.3",
"sharp": "^0.34.5",
"typescript": "^5.7.2",
"vite-plugin-vuetify": "^2.0.4",
"vuetify": "^3.7.3"
}
}