-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.53 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
{
"name": "points-cool",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite",
"lint": "eslint -c .eslintrc.json --ext .tsx ./src",
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "luc.eth",
"license": "GPL-3",
"dependencies": {
"@ensdomains/thorin": "^0.6.42",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"buffer": "^6.0.3",
"connectkit": "^1.5.3",
"encoding": "^0.1.13",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"ethers": "^5.7.2",
"events": "^3.3.0",
"framer-motion": "^10.10.0",
"postcss": "^8.4.21",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.12.0",
"styled-components": "^5.3.9",
"tailwindcss": "^3.3.1",
"viem": "^0.2.5",
"vite": "^4.2.1",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-tsconfig-paths": "^4.0.8",
"wagmi": "^1.4.12",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.55.0",
"eslint-plugin-v3xlabs": "^1.6.0",
"typescript": "5.0.3"
}
}