-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.29 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.29 KB
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
{
"name": "daosign",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier:fix": "npx prettier --write .",
"test": "jest",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@cyntler/react-doc-viewer": "^1.10.3",
"@emotion/react": "^11.10.5",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@metamask/jazzicon": "^2.0.0",
"@pinata/sdk": "^2.1.0",
"@snapshot-labs/lock": "github:snapshot-labs/lock",
"@types/mailchimp__mailchimp_marketing": "^3.0.8",
"@uiw/react-md-editor": "3.18.0",
"axios": "^1.2.1",
"countries-list": "^2.6.1",
"date-fns": "^2.29.3",
"draft-js": "^0.11.7",
"eslint-config-prettier": "^8.5.0",
"formidable": "^2.1.1",
"framer-motion": "^4.1.17",
"graphql": "^16.6.0",
"ipfs-only-hash": "^4.0.0",
"jest": "^27.5.1",
"js-file-download": "^0.4.12",
"lottie-react": "^2.3.1",
"md5": "^2.3.0",
"next": "12.3.1",
"next-remove-imports": "^1.0.8",
"pdf-thumbnail": "^1.0.6",
"prettier": "^2.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroll-hook": "^4.0.4",
"react-json-view": "^1.19.1",
"react-scripts": "^5.0.1",
"react-select": "^5.7.2",
"react-toastify": "^9.1.1",
"react-tooltip": "^5.0.0",
"rehype-sanitize": "^5.0.1",
"theme-ui": "^0.15.3",
"urql": "^3.0.3"
},
"devDependencies": {
"@coinbase/wallet-sdk": "^3.6.0",
"@graphql-codegen/cli": "^2.14.0",
"@graphql-codegen/client-preset": "^1.1.5",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@metamask/providers": "^11.1.0",
"@types/formidable": "^2.0.5",
"@types/graphql": "^14.5.0",
"@types/jest": "^29.4.0",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"@walletconnect/web3-provider": "^1.8.0",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"typescript": "4.8.4",
"walletconnect": "^1.7.8"
}
}