-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
119 lines (119 loc) · 4.35 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
116
117
118
119
{
"name": "openq-frontend",
"version": "0.1.0",
"private": true,
"license": "BUSL-1.1",
"scripts": {
"boot:local": "DEPLOY_ENV=local next dev -p 3000",
"boot:docker": "DEPLOY_ENV=docker next dev",
"boot:development": "DEPLOY_ENV=development next dev",
"json-server": "json-server --port 3030 __mocks__/mock-server.json",
"json-server:cicd": "echo '\n' | nohup json-server --port 3030 __mocks__/mock-server.json > logs.log &",
"boot:local-targeting-staging": "DEPLOY_ENV=staging next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "VITEST_MAX_THREADS=1 TZ=UTC NEXT_PUBLIC_DEPLOY_ENV=local vitest watch",
"test:speedy": "TZ=UTC NEXT_PUBLIC_DEPLOY_ENV=local vitest watch ",
"test:cicd": "TZ=UTC NEXT_PUBLIC_DEPLOY_ENV=local vitest run --threads=false",
"test:pre-push": "TZ=UTC NEXT_PUBLIC_DEPLOY_ENV=local vitest run",
"vitest": "TZ=UTC NEXT_PUBLIC_DEPLOY_ENV=local vitest watch",
"gen": "node services/ethers/mocks/abiToJavascriptClass.js",
"prepare-mumbai": "mustache constants/config/mumbai.json constants/polygon-mumbai.json.mustache > constants/polygon-mumbai.json && mustache constants/config/mumbai.json constants/polygon-mumbai-tokens.json.mustache > constants/polygon-mumbai-tokens.json",
"prepare-polygon": "mustache constants/config/mainnet.json constants/polygon-mainnet.json.mustache > constants/polygon-mainnet.json && mustache constants/config/mainnet.json constants/polygon-mainnet-tokens.json.mustache > constants/polygon-mainnet-tokens.json",
"prepare": "husky install",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@apollo/client": "3.7.10",
"@coinbase/wallet-sdk": "^3.6.5",
"@ethersproject/abi": "5.7.0",
"@ethersproject/address": "5.7.0",
"@ethersproject/bignumber": "5.6.0",
"@ethersproject/experimental": "5.7.0",
"@ethersproject/providers": "5.1.2",
"@ethersproject/units": "5.7.0",
"@faker-js/faker": "^8.0.2",
"@knocklabs/react-notification-feed": "^0.8.4",
"@kycdao/widget": "0.5.10",
"@magic-ext/oauth": "7.6.0",
"@metamask/jazzicon": "2.0.0",
"@next/eslint-plugin-next": "^13.4.12",
"@primer/octicons-react": "18.2.0",
"@typeform/embed-react": "^2.30.0",
"@prismicio/client": "^7.1.0",
"@prismicio/next": "^1.3.3",
"@prismicio/react": "^2.7.1",
"@react-pdf/renderer": "3.1.7",
"@svgr/webpack": "^8.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@walletconnect/modal": "2.6.0",
"@superfluid-finance/sdk-core": "0.6.1",
"@tailwindcss/container-queries": "0.1.0",
"@testing-library/user-event": "14.4.3",
"@types/uuid": "9.0.1",
"@walletconnect/ethereum-provider": "2.4.7",
"@walletconnect/utils": "1.8.0",
"@walletconnect/web3-provider": "1.8.0",
"@web3-react/coinbase-wallet": "^8.0.35-beta.0",
"@web3-react/core": "8.1.2-beta.0",
"@web3-react/metamask": "8.1.2-beta.0",
"@web3-react/walletconnect-v2": "8.1.2-beta.0",
"apollo-link-http": "1.5.17",
"axios": "1.3.4",
"canvas-confetti": "1.6.0",
"cross-fetch": "3.1.5",
"dompurify": "^3.0.1",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unused-imports": "2.0.0",
"ethers": "5.7.2",
"github-markdown-css": "5.2.0",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"jest": "29.5.0",
"js-md4": "0.3.2",
"jsdom": "^21.1.1",
"json-server": "0.17.2",
"jspdf": "2.5.1",
"jspdf-autotable": "3.5.28",
"magic-sdk": "13.6.0",
"marked": "^4.2.12",
"next": "13.2.4",
"papaparse": "5.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "2.1.0",
"react-hotjar": "5.4.1",
"react-loading-skeleton": "3.2.0",
"react-test-renderer": "18.2.0",
"react-timezone-select": "1.4.0",
"styled-components": "^5.3.8"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-react": "7.18.6",
"@slicemachine/adapter-next": "^0.3.8",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@vitest/ui": "^0.29.8",
"autoprefixer": "10.4.14",
"babel-jest": "29.5.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-plugin-react": "7.32.2",
"husky": "8.0.3",
"jest-environment-jsdom": "29.5.0",
"jest-junit": "15.0.0",
"postcss": "8.4.21",
"prettier": "2.8.4",
"slice-machine-ui": "^1.7.0",
"tailwindcss": "3.2.7",
"vitest": "^0.29.8"
},
"jest-junit": {
"addFileAttribute": "true"
}
}