-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "splits-lite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@0xsplits/splits-kit": "1.0.0-alpha.30",
"@radix-ui/react-tabs": "^1.1.1",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.59.16",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"next": "^14.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.1",
"tailwind-merge": "^2.5.4",
"viem": "^2.21.35",
"wagmi": "^2.12.25"
},
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/node": "^15.14.9",
"@types/react": "^17.0.11",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-loops": "^0.4.0",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.3",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
}
}