-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
41 lines (41 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
{
"private": true,
"scripts": {
"build": "turbo run build --include-dependencies",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"clean": "turbo run clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@generationsoftware/hyperstructure-client-js": "workspace:*",
"@generationsoftware/hyperstructure-react-hooks": "workspace:*",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@heroicons/react": "^2.0.16",
"@tanstack/react-query": "^5.20.5",
"@trivago/prettier-plugin-sort-imports": "^4.1.0",
"@types/node": "^17.0.45",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"flowbite": "2.2.1",
"flowbite-react": "0.7.2",
"framer-motion": "^10.12.16",
"jotai": "^1.13.1",
"lottie-react": "^2.4.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.2",
"sonner": "^0.4.0",
"tailwindcss": "^3.3.1",
"tslib": "^2.6.0",
"turbo": "1.13.4",
"typescript": "^5.0.4",
"viem": "2.21.16",
"wagmi": "2.12.16"
},
"packageManager": "[email protected]"
}