-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 3.86 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "utils",
"version": "0.1.0",
"private": true,
"author": {
"name": "blefnk",
"email": "[email protected]"
},
"homepage": "https://utils.bleverse.com",
"maintainers": [
{
"name": "blefnk",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/blefnk/utils"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preview": "next build && next start",
"lint": "next lint --fix",
"format": "prettier --write .",
"prepare": "husky install",
"edge": "pnpm up --latest && pnpm add -D [email protected] && pnpm add [email protected] next@canary react@canary react-dom@canary"
},
"dependencies": {
"@hookform/resolvers": "^3.2.0",
"@monaco-editor/react": "^4.5.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@t3-oss/env-nextjs": "^0.6.0",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.32.6",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"big.js": "^6.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"convert": "^4.13.1",
"drizzle-orm": "^0.28.1",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"hex-encoding": "^2.0.2",
"ky": "^0.33.3",
"lightningcss-wasm": "^1.21.5",
"lucia": "^2.2.0",
"lucide-react": "^0.265.0",
"morsee": "^1.0.9",
"next": "13.4.14-canary.2",
"next-international": "^0.8.2",
"next-themes": "^0.2.1",
"postcss": "8.4.27",
"postgres": "^3.3.5",
"qrcode.react": "^3.1.0",
"react": "18.3.0-canary-f359f9b41-20230810",
"react-dom": "18.3.0-canary-f359f9b41-20230810",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-wrap-balancer": "^1.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"translate": "^2.0.2",
"typescript": "5.1.6",
"valibot": "^0.11.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@cspell/dict-pt-br": "^2.2.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@tailwindcss/forms": "^0.5.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/big.js": "^6.2.0",
"@types/clean-css": "^4.2.6",
"@types/cookie": "^0.5.1",
"@types/morsee": "^1.0.0",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"cspell": "^7.0.0",
"cz-conventional-changelog": "^3.3.0",
"drizzle-kit": "^0.19.12",
"eslint": "8.46.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"postcss": "^8.4.27",
"postcss-lit": "^1.1.0",
"prettier": "^3.0.1",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwind-variants": "^0.1.13",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}