-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.54 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
{
"name": "cine-planet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@headlessui/react": "^1.7.0",
"@heroicons/react": "^2.0.11",
"@nextui-org/react": "^1.0.0-beta.10",
"@rainbow-me/rainbowkit": "^0.5.1",
"@relaycc/receiver": "^0.1.53",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@walletconnect/web3-provider": "^1.8.0",
"@worldcoin/id": "^0.8.0",
"axios": "^0.27.2",
"dayjs": "^1.11.5",
"ethers": "^5.7.0",
"graphql": "^16.6.0",
"jwt-decode": "^3.1.2",
"lodash.omit": "^4.5.0",
"nanoid": "^4.0.0",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.0.8",
"sharp": "^0.31.0",
"uni-media": "^0.1.9",
"urql": "^3.0.3",
"wagmi": "^0.6.5"
},
"devDependencies": {
"@graphql-codegen/cli": "2.12.0",
"@graphql-codegen/typescript": "2.7.3",
"@tailwindcss/forms": "^0.5.3",
"@types/lodash.omit": "^4.5.7",
"@types/node": "18.7.16",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
},
"license": "MIT"
}