-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 6.82 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "artizen-frontend",
"version": "0.1.49",
"private": true,
"scripts": {
"clean": "rm -rf .next",
"generate": "node ./tools/generate.mjs",
"dev": "SECRET_ENV=DevSecrets op run --env-file='.env_1password_template.txt' -- next dev",
"devtest": "SECRET_ENV=TestSecrets op run --env-file='.env_1password_template.txt' -- next dev",
"prod": "SECRET_ENV=ProdSecrets op run --env-file='.env_1password_template.txt' -- next dev",
"develop": "yarn codegen-local && yarn dev",
"develop-test": "yarn codegen-test && yarn devtest",
"develop-staging": "yarn codegen-local-staging && yarn dev",
"build": "yarn codegen && next build",
"build-prod": "SECRET_ENV=ProdSecrets op run --env-file='.env_1password_template.txt' -- yarn build",
"build-local": "SECRET_ENV=DevSecrets op run --env-file='.env_1password_template.txt' -- yarn build",
"start": "next build && next start -p $PORT",
"lint": "next lint",
"test:jest": "jest --watch",
"test:quick": "start-server-and-test 'yarn dev' http-get://localhost:3000 'env-cmd -f .env.development npx synpress run -cf synpress.config.js'",
"test:e2e:local": "npx playwright install --with-deps chromium && start-server-and-test 'yarn develop-test' http-get://localhost:3000 'SECRET_ENV=TestSecrets op run --env-file='.env_1password_template.txt' -- yarn playwright test --project=chromium --workers=1 tests/e2e/01-login-signup.spec.ts'",
"test:e2e:all": "npx playwright install --with-deps chromium && start-server-and-test 'yarn develop-test' http-get://localhost:3000 'SECRET_ENV=TestSecrets op run --env-file='.env_1password_template.txt' -- yarn playwright test --project=chromium --workers=1'",
"test:e2e": "playwright test --project=chromium",
"codegen": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen --config ./tools/graphql-codegen.yml -r dotenv/config",
"codegen-staging": "SECRET_ENV=StagingSecrets op run --env-file='.env_1password_template.txt' -- graphql-codegen --config ./tools/graphql-codegen.yml -r dotenv/config",
"codegen-local": "SECRET_ENV=DevSecrets op run --env-file='.env_1password_template.txt' -- graphql-codegen --config ./tools/graphql-codegen.yml -r dotenv/config",
"codegen-test": "SECRET_ENV=TestSecrets op run --env-file='.env_1password_template.txt' -- graphql-codegen --config ./tools/graphql-codegen.yml -r dotenv/config",
"codegen-prod": "SECRET_ENV=ProdSecrets op run --env-file='.env_1password_template.txt' -- graphql-codegen --config ./tools/graphql-codegen.yml -r dotenv/config",
"test:online": "env-cmd -f .env_1password_template.txt synpress run -cf synpress.config.js",
"postinstall": "if [ -d './.git' ]; then husky install; fi"
},
"dependencies": {
"@apollo/client": "3.7.1",
"@jsonforms/core": "^3.0.0",
"@jsonforms/react": "^3.0.0",
"@jsonforms/vanilla-renderers": "^3.0.0",
"@metamask/detect-provider": "^2.0.0",
"@moralisweb3/common-evm-utils": "^2.18.1",
"@moralisweb3/next": "2.11.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@pinata/sdk": "^2.1.0",
"@privy-io/react-auth": "^1.51.1",
"@privy-io/wagmi-connector": "^0.1.3",
"@sentry/nextjs": "^7.20.0",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.249",
"@trycourier/courier": "^4.1.0",
"@trycourier/react-inbox": "^1.55.2",
"@trycourier/react-provider": "^1.52.2",
"@trycourier/react-toast": "^1.55.2",
"ajv": "^8.11.2",
"api": "^5.0.1",
"async_hooks": "^1.0.0",
"axios": "^1.4.0",
"axios-retry": "^3.5.1",
"cookie": "^0.5.0",
"cookies-next": "^4.0.0",
"crypto-address-validator-ts": "^0.5.12",
"cypress": "^13.2.0",
"dayjs": "^1.11.7",
"ethers": "^5",
"got": "^13.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"md5": "^2.3.0",
"moment-timezone": "^0.5.40",
"moralis": "^2.18.1",
"next": "^13.0.5",
"next-auth": "^4.10.3",
"next-intercom": "^0.1.4",
"next-plugin-graphql": "^0.0.2",
"node-fetch": "^3.3.1",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-cloudinary-upload-widget": "^1.6.0",
"react-container-dimensions": "^1.4.1",
"react-cool-dimensions": "^3.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.4",
"react-dom": "18.2.0",
"react-in-viewport": "^1.0.0-alpha.29",
"react-keyed-flatten-children": "^1.3.0",
"react-markdown": "^8.0.4",
"react-phone-number-input": "^3.2.12",
"react-slidedown": "^2.4.7",
"react-use-intercom": "^2.0.0",
"slugify": "^1.6.5",
"styled-components": "^5.3.5",
"subscriptions-transport-ws": "^0.11.0",
"truncate-eth-address": "^1.0.2",
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"wagmi": "^1.4.1",
"wallet-address-validator": "^0.2.4"
},
"devDependencies": {
"@apollo/react-testing": "^4.0.0",
"@babel/core": "^7.20.2",
"@graphql-codegen/cli": "^2.13.12",
"@graphql-codegen/typed-document-node": "^2.3.7",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@graphql-codegen/typescript-react-apollo": "^3.3.6",
"@graphql-typed-document-node/core": "^3.1.1",
"@playwright/test": "^1.31.1",
"@synthetixio/synpress": "^2.4.1-beta.2",
"@tenkeylabs/dappwright": "^2.3.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/bignumber.js": "^5.0.0",
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.189",
"@types/md5": "^2.3.2",
"@types/node": "18.11.9",
"@types/numeral": "^2.0.2",
"@types/react": "18.0.25",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.9",
"@types/react-lottie": "^1.2.6",
"@types/react-mailchimp-subscribe": "^2.1.1",
"@types/react-phone-number-input": "^3.0.14",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"babel-loader": "^9.1.0",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "^16.0.2",
"env-cmd": "^10.1.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-module-resolver": "^1.5.0",
"eslint-plugin-prettier": "^4.2.1",
"generate-template-files": "^3.2.0",
"husky": "^8.0.3",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-fetch-mock": "^3.0.3",
"prettier": "^2.6.2",
"react-test-renderer": "^18.1.0",
"start-server-and-test": "^1.14.0",
"tsconfig-paths-jest": "^0.0.1",
"typescript": "^5.0.4",
"webpack": "5.75.0"
}
}