-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier -w .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@fontsource-variable/outfit": "^5.0.13",
"@netlify/functions": "^3.0.0",
"@nuxt/eslint": "^0.7.3",
"@nuxtjs/plausible": "^1.0.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"altcha": "1.0.7",
"altcha-lib": "1.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.468.0",
"nuxt": "^3.12.4",
"radix-vue": "^1.9.4",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.38"
},
"devDependencies": {
"eslint-plugin-unicorn": "^56.0.0",
"prettier": "^3.3.3",
"sass-embedded": "^1.77.8",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
}
}