-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "nuxt-app",
"version": "0.0.2",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^22.9.0",
"@types/stripe": "^8.0.417",
"@vitest/ui": "^2.1.5",
"msw": "^2.6.5",
"nuxt": "^3.6.5"
},
"dependencies": {
"@clickhouse/client-web": "^1.8.1",
"@headlessui/tailwindcss": "^0.2.1",
"@iconify-json/mdi": "^1.2.1",
"@nuxt/ui": "^2.19.2",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/supabase": "^1.4.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@unlok-co/nuxt-stripe": "^4.0.1",
"@vueuse/motion": "^2.0.0-beta.25",
"@vueuse/nuxt": "^11.2.0",
"autoprefixer": "^10.4.20",
"d3": "^7.8.5",
"dompurify": "^3.2.0",
"eslint-config-prettier": "^9.0.0",
"eventsource-parser": "^3.0.0",
"isomorphic-dompurify": "^2.17.0",
"marked": "^15.0.0",
"nanoid": "^5.0.9",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"v-onboarding": "^2.5.1"
}
}