-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.25 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
{
"name": "@swingby-protocol/widget-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev | pino-pretty",
"build": "yarn generate && next build",
"start": "next start",
"lint": "eslint .",
"test": "jest --passWithNoTests",
"format": "prettier --write '**/*.{js,jsx,ts,tsx,css,json,md,mdx,html}'",
"generate": "graphql-codegen --config codegen.yml"
},
"prettier": {
"arrowParens": "always",
"printWidth": 100,
"proseWrap": "always",
"semi": true,
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@swingby-protocol/ip-check": "^2.1.0",
"@swingby-protocol/pulsar": "^3.15.3",
"@swingby-protocol/sdk": "^1.2.0-alpha.11",
"big.js": "6.0.3",
"bnc-onboard": "^1.38.3",
"graphql": "^15.5.0",
"hex-to-binary": "^1.0.1",
"isomorphic-unfetch": "^3.1.0",
"isomorphic-webcrypto": "^2.3.6",
"luxon": "^1.26.0",
"next": "10.0.7",
"pino": "^6.11.1",
"polished": "^4.1.1",
"query-string": "^6.14.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-intl": "^5.12.3",
"react-redux": "^7.2.2",
"react-spring": "^8.0.27",
"react-use": "^17.1.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"styled-components": "^5.2.1",
"web3": "^1.3.4"
},
"devDependencies": {
"@graphql-codegen/cli": "1.21.2",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-operations": "1.17.15",
"@graphql-codegen/typescript-react-apollo": "2.2.2",
"@percy/cli": "^1.0.0-beta.70",
"@percy/cypress": "^3.1.1",
"@swingby-protocol/eslint-config": "^2.3.0",
"@swingby-protocol/prettier-config": "^1.0.2",
"@types/big.js": "^6.0.2",
"@types/jest": "^26.0.20",
"@types/luxon": "^1.26.0",
"@types/node": "^14.14.30",
"@types/pino": "^6.3.6",
"@types/react": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@types/styled-components": "^5.1.7",
"cypress": "^9.0.0",
"eslint": "^7.20.0",
"jest": "^26.6.3",
"pino-pretty": "^4.5.0",
"prettier": "^2.2.1",
"typescript": "^4.1.5",
"wait-on": "^5.2.1"
},
"resolutions": {
"**/big.js": "6.0.3"
}
}