-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.52 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
{
"name": "nx-manger-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.9",
"@fleekhq/fleek-storage-js": "^1.0.24",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@metamask/providers": "^10.2.1",
"@next/font": "13.1.6",
"@tinymce/tinymce-react": "^4.3.0",
"@types/country-list-js": "^3.1.2",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "18.0.10",
"@types/uuid": "^9.0.1",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"country-list-js": "^3.1.7",
"dompurify": "^3.0.0",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"ethers": "5.7.2",
"graphql": "^16.6.0",
"next": "13.1.6",
"onetime": "^6.0.0",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-loading": "^2.0.3",
"react-loading-skeleton": "^3.2.0",
"react-responsive": "^9.0.2",
"react-select": "^5.7.2",
"sass": "^1.59.3",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"wagmi": "0.12.12"
},
"devDependencies": {
"@types/dompurify": "^2.4.0"
}
}