-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate": "nuxi generate",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"up": "taze major -I"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.1.1",
"@nuxtjs/critters": "^0.3.3",
"@nuxtjs/i18n-edge": "^8.0.0-beta.4-27817449.b065900",
"@pinia/nuxt": "^0.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@kevinmarrec/nuxt-pwa": "^0.13.0",
"@nuxt/image-edge": "^1.0.0-27809804.194d2d6",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/fontaine": "^0.2.2",
"@nuxtjs/google-fonts": "^3.0.0-1",
"@nuxtjs/supabase": "^0.3.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@tailwindcss/forms": "^0.5.3",
"@vueuse/nuxt": "^9.6.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"nuxt": "3.0.0",
"nuxt-headlessui": "^1.0.4",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"taze": "^0.8.4",
"typescript": "^4.9.3",
"vue-tsc": "^1.0.9"
}
}