-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint ./",
"lint:fix": "eslint --fix \"./**/*.{js,jsx}\"",
"test": "jest",
"test:watch": "jest --watch",
"testc": "jest --coverage --verbose"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.4",
"@ant-design/icons": "^5.3.1",
"@apollo/client": "^3.8.5",
"@autonolas/frontend-library": "^0.4.25",
"@ceramicnetwork/http-client": "^2.20.0",
"@ceramicnetwork/stream-tile": "^2.19.0",
"@orbisclub/orbis-sdk": "^0.4.89",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.24.8",
"@wagmi/core": "^2.6.5",
"@walletconnect/ethereum-provider": "^2.11.2",
"@web3modal/wagmi": "^4.0.13",
"antd": "^5.17.0",
"axios": "^1.2.1",
"dayjs": "^1.11.9",
"dids": "^4.0.0",
"ethers": "^6.11.1",
"graphql": "^16.8.1",
"graphql-request": "^7.1.2",
"ipfs-http-client": "^57.0.3",
"key-did-provider-ed25519": "^3.0.0",
"key-did-resolver": "^3.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.4.19",
"next-redux-wrapper": "^8.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-moment": "^1.1.3",
"react-redux": "^9.0.4",
"react-syntax-highlighter": "^15.5.0",
"react-twitter-embed": "^4.0.4",
"remark-gfm": "^3.0.1",
"styled-components": "^6.0.7",
"uint8arrays": "3.1.1",
"uuid": "^9.0.1",
"uuidv4": "^6.2.13",
"viem": "^2.7.19",
"wagmi": "^2.5.7",
"web3": "^1.7.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.11",
"@next/bundle-analyzer": "^13.4.16",
"@next/eslint-plugin-next": "^15.0.3",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"babel-plugin-import": "^1.13.8",
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^27.3.1",
"jest-environment-jsdom": "^29.6.4",
"prettier": "^3.3.3"
}
}