forked from directus-labs/agency-os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.66 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint --cache .",
"format": "prettier --write \"**/*.{md,y?(a)ml,json,vue}\""
},
"devDependencies": {
"@directus/sdk": "12.1.0",
"@directus/types": "11.0.0",
"@formkit/auto-animate": "1.0.0-beta.6",
"@headlessui/vue": "1.7.16",
"@iconify/json": "2.2.118",
"@nuxt/devtools": "latest",
"@nuxt/ui": "2.9.0",
"@nuxtjs/color-mode": "3.3.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/google-fonts": "3.0.1",
"@nuxtjs/tailwindcss": "6.8.0",
"@stripe/stripe-js": "2.1.7",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/typography": "0.5.10",
"@types/uuid": "9.0.0",
"@vueuse/core": "10.5.0",
"@vueuse/motion": "2.0.0",
"@vueuse/nuxt": "10.5.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-vue": "9.14.1",
"floating-vue": "2.0.0-beta.24",
"form-data": "4.0.0",
"jwt-decode": "3.1.2",
"micromark": "4.0.0",
"micromark-extension-gfm": "3.0.0",
"nuxt": "3.8.0",
"nuxt-icon": "0.5.0",
"nuxt-og-image": "2.1.3",
"nuxt-schema-org": "3.0.1",
"nuxt-simple-sitemap": "3.4.0",
"prettier": "3.0.3",
"stripe": "13.8.0",
"typescript": "5.2.2",
"uuid": "9.0.0",
"v-perfect-signature": "1.3.0",
"vue-tsc": "1.8.19"
},
"dependencies": {
"@nuxt/image": "1.0.0-rc.3",
"nuxt-og-image": "2.1.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.6.0"
}
}