forked from guildxyz/guild.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 4.7 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
{
"name": "guildxyz",
"version": "1.0.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc --pretty --noEmit --incremental false",
"format": "prettier --write .",
"lint": "next lint",
"lint-fix": "eslint --fix . --ext .ts,.tsx,.js,.jsx",
"dd:sourcemaps": "npx datadog-ci sourcemaps upload ./.next --service guild.xyz --release-version 1.0.0 --minified-path-prefix https://guild.xyz/_next",
"dd:sourcemaps:local": "npx dotenv-cli -e .env.local -- npm run dd:sourcemaps",
"cypress": "dotenv -e .env.local -- synpress run --configFile cypress.json --config supportFile='cypress/support/index.js',pluginsFile='cypress/plugins/index.js',fixturesFolder='cypress/fixtures' -b chromium",
"cypress:mobile": "dotenv -e .env.local -- synpress run --configFile cypress.json --config supportFile='cypress/support/index.js',pluginsFile='cypress/plugins/index.js,viewportWidth=375,viewportHeight=667',fixturesFolder='cypress/fixtures' --env guildName='Cypress Mobile Gang',guildUrlName='cypress-mobile-gang',dcInvite='https://discord.gg/G6VWkWJrzp',tgId='-1001689086791' -b chromium",
"cypress:record": "dotenv -e .env.local -e .env.development.local -- synpress run --record --configFile cypress.json --config supportFile='cypress/support/index.js',pluginsFile='cypress/plugins/index.js',fixturesFolder='cypress/fixtures' -b chromium",
"cypress:mobile:record": "dotenv -e .env.local -e .env.development.local -- synpress run --record --configFile cypress.json --config supportFile='cypress/support/index.js',pluginsFile='cypress/plugins/index.js,viewportWidth=375,viewportHeight=667',fixturesFolder='cypress/fixtures' -b chromium",
"cypress:open": "dotenv -e .env.local -- synpress open --configFile cypress.json",
"cypress:gh": "synpress run --record --configFile cypress.json --config supportFile='cypress/support/index.js',pluginsFile='cypress/plugins/index.js',fixturesFolder='cypress/fixtures' -b chromium",
"cypress:mobile:gh": "synpress run --record --configFile cypress.json --config supportFile='cypress/support/index.js',pluginsFile='cypress/plugins/index.js,viewportWidth=375,viewportHeight=667',fixturesFolder='cypress/fixtures' --group Mobile -b chromium"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.1.0",
"@chakra-ui/react": "^2.4.3",
"@chakra-ui/theme-tools": "^2.0.14",
"@datadog/browser-rum": "^4.26.0",
"@datadog/rum-react-integration": "github:DataDog/rum-react-integration-examples",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/strings": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"@lottiefiles/react-lottie-player": "^3.5.0",
"@metamask/onboarding": "^1.0.1",
"@nouns/assets": "^0.4.2",
"@vercel/og": "^0.0.21",
"@web3-react/coinbase-wallet": "8.0.32-beta.0",
"@web3-react/core": "8.0.32-beta.0",
"@web3-react/metamask": "8.0.25-beta.0",
"@web3-react/walletconnect": "8.0.33-beta.0",
"chakra-react-select": "^4.4.2",
"chakra-ui-steps": "^1.8.0",
"color": "^4.2.3",
"colorthief": "^2.3.2",
"events": "^3.3.0",
"fast-json-stable-stringify": "^2.1.0",
"form-data": "^4.0.0",
"formidable": "^2.1.2",
"framer-motion": "^7.6.19",
"idb-keyval": "^6.2.0",
"js-confetti": "^0.11.0",
"next": "^12.3.4",
"phosphor-react": "^1.4.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.40.0",
"react-intersection-observer": "^9.4.1",
"react-window": "^1.8.8",
"slugify": "^1.6.5",
"swr": "^1.3.0"
},
"devDependencies": {
"@datadog/datadog-ci": "^1.17.0",
"@hookform/devtools": "^4.2.3",
"@svgr/webpack": "^6.3.1",
"@synthetixio/synpress": "^1.2.0",
"@types/color": "^3.0.3",
"@types/node": "^18.11.11",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"cypress-file-upload": "^5.0.8",
"dotenv-cli": "^5.1.0",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^12.3.4",
"eslint-config-prettier": "^8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"prettier": "^2.8.1",
"prettier-plugin-jsdoc": "^0.4.2",
"typescript": "^4.9.3"
},
"lint-staged": {
"./**/*.@(js|jsx|ts|tsx|css|md)": "prettier --write"
}
}