-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.84 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
65
66
67
{
"name": "@get-bonus/monorepo",
"version": "0.3.2",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build && nuxt build",
"dev": "nuxt dev",
"format": "prettier --write **/*.{ts,vue}",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"release": "bumpp package.json packages/*/package.json --commit --push --tag",
"shadcn": "shadcn-vue",
"test:ci": "turbo run test:ci",
"typecheck": "turbo run typecheck",
"preversion": "turbo run test:ci",
"postversion": "turbo run build"
},
"dependencies": {
"@formkit/tempo": "^0.0.12",
"@nuxt/image": "1.2.0",
"@vueuse/core": "^10.8.0",
"@vueuse/nuxt": "^10.8.0",
"bgmc": "^0.0.10",
"class-variance-authority": "^0.7.0",
"clipboard-polyfill": "^4.0.2",
"clsx": "^2.1.0",
"fastest-levenshtein": "^1.0.16",
"ip": "^2.0.1",
"ipx": "^2.0.0",
"radix-vue": "^1.4.9",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vue-sonner": "^1.0.3"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.42",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.11.4",
"@total-typescript/ts-reset": "^0.5.1",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.20",
"@unocss/nuxt": "^0.58.5",
"@unocss/reset": "^0.58.5",
"bumpp": "latest",
"jsdom": "^24.0.0",
"lucide-vue-next": "^0.340.0",
"nuxt": "^3.10.3",
"prettier": "^3.2.5",
"shadcn-nuxt": "^0.9.0",
"shadcn-vue": "^0.9.0",
"turbo": "^1.12.4",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.5",
"unplugin-analytics": "^0.0.1",
"unplugin-info": "^1.1.0",
"vitest": "^1.3.1",
"vue": "^3.4.20",
"vue-router": "^4.3.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=v20.10.0"
}
}