-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
115 lines (115 loc) · 4.24 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@questbook/grants-frontend",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"lint:fix": "eslint . --ext .js,.ts,.jsx,.tsx --fix",
"export": "next export",
"refresh": "rm -rf node_modules/ .next/ && npm i -S --legacy-peer-deps --save-dev",
"generate:types": "ts-node src/libraries/validator/utils/generateTypes.ts",
"generate:typechain": "typechain --target ethers-v5 --out-dir src/generated/contracts src/contracts/abi/*.json",
"generate:graphql": "graphql-codegen --config codegen.yaml",
"generate:icons": "create-chakra-icons -i public/v2/icons -o src/generated/icons.tsx --ts -T F",
"generate": "npm run generate:types && npm run generate:graphql && npm run generate:typechain && npm run generate:icons"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.8.1",
"@apollo/client": "^3.5.8",
"@biconomy/mexa": "2.0.38",
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@draft-js-plugins/editor": "^4.1.2",
"@draft-js-plugins/focus": "^4.1.2",
"@draft-js-plugins/image": "^4.1.2",
"@draft-js-plugins/linkify": "^4.2.0",
"@draft-js-plugins/resizeable": "^5.0.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^5.0.0-beta.5",
"@questbook/anon-authoriser": "git+https://github.com/questbook/anon-authoriser",
"@questbook/service-validator-client": "git+https://github.com/questbook/service-validator-typescript-client",
"@questbook/supported-safes": "github:questbook/supported-safes#c96371b13cba1bdaa2bb7f2f9d97d515d5513345",
"@safe-global/safe-core-sdk": "^3.3.1",
"@safe-global/safe-ethers-lib": "^1.9.1",
"@sentry/nextjs": "^7.13.0",
"@solana/web3.js": "^1.52.0",
"@tanstack/react-query": "^5.28.8",
"@walletconnect/modal": "^2.6.2",
"ajv": "^8.11.2",
"ajv-formats": "^2.1.1",
"autosize": "^6.0.1",
"axios": "^1.4.0",
"chakra-react-select": "^4.4.3",
"copy-to-clipboard": "^3.3.1",
"create-chakra-icons": "^1.1.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"draft-js": "^0.11.7",
"draftjs-md-converter": "^1.5.2",
"elliptic": "^6.5.4",
"eth-rpc-errors": "^4.0.3",
"ethers": "^5.7.1",
"framer-motion": "^10.4.0",
"graphql": "^16.5.0",
"graphql-request": "^6.0.0",
"i18next": "^22.4.1",
"js-yaml-loader": "^1.2.2",
"json-schema-to-typescript": "^12.0.0",
"markdown-draft-js": "^2.4.0",
"moment": "^2.29.1",
"next": "^13.2.4",
"next-plugin-yaml": "^1.0.1",
"next-pwa": "^5.6.0",
"next-seo": "^5.5.0",
"next-transpile-modules": "^10.0.0",
"openapi-typescript": "^6.2.0",
"pino": "^8.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"react-hotjar": "^5.4.1",
"react-i18next": "^12.2.0",
"react-icons": "^4.6.0",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^9.0.1",
"react-qr-code": "^2.0.11",
"react-responsive": "^9.0.2",
"react-responsive-carousel": "^3.2.23",
"remark-gfm": "^4.0.0",
"tonweb": "^0.0.62",
"ts-node": "^10.9.1",
"viem": "^2.9.2",
"wagmi": "^2.5.12"
},
"devDependencies": {
"@creatoros/eslint-config": "git+https://github.com/CreatorOS/eslint-config",
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/introspection": "^3.0.1",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@graphql-codegen/typescript-react-apollo": "^3.2.8",
"@typechain/ethers-v5": "^10.1.0",
"@types/autosize": "^4.0.1",
"@types/crypto-js": "^4.1.1",
"@types/draft-js": "^0.11.10",
"@types/elliptic": "^6.4.14",
"@types/gapi": "^0.0.44",
"@types/gapi.client.drive": "^3.0.14",
"@types/google.accounts": "^0.0.7",
"@types/markdown-draft-js": "^2.2.7",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-datepicker": "^4.3.4",
"@types/react-linkify": "^1.0.1",
"eslint": "^8.0.0",
"eslint-plugin-no-relative-import-paths": "^1.4.0",
"eslint-plugin-sonarjs": "^0.18.0",
"typechain": "^8.1.0",
"typescript": "5.0.3",
"webpack": "^5.75.0"
}
}