forked from nimi-app/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.05 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
{
"name": "nimi-app",
"version": "0.6.1",
"license": "UNLICENSED",
"private": true,
"type": "module",
"dependencies": {
"@ensdomains/ui": "^3.4.1",
"@ethersproject/contracts": "^5.7.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2.8.10",
"@nimi.io/card": "nimi-app/card#v0.12.1",
"@rainbow-me/rainbowkit": "^0.8.0",
"@tanstack/react-query": "^4.16.1",
"@testing-library/jest-dom": "^5.16.4",
"assert": "^2.0.0",
"axios": "^1.2.1",
"crypto-browserify": "^3.12.0",
"csstype": "^3.1.0",
"debug": "^4.3.4",
"framer-motion": "^7.6.18",
"graphql": "^15.8.0",
"graphql-request": "^5.0.0",
"https-browserify": "^1.0.0",
"i18next": "^21.6.16",
"jotai": "^1.13.0",
"multiformats": "^10.0.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-frame-component": "^5.2.6",
"react-hook-form": "^7.30.0",
"react-i18next": "^11.16.7",
"react-router-dom": "^6.3.0",
"stream-http": "^3.2.0",
"styled-components": "^6.0.0-beta.9",
"svg-loaders-react": "^2.2.1",
"typechain": "^8.0.0",
"wagmi": "^0.9.6"
},
"scripts": {
"build": "CI=false && GENERATE_SOURCEMAP=false react-app-rewired build --config-overrides ./config-overrides.cjs",
"start": "GENERATE_SOURCEMAP=false react-app-rewired start --config-overrides ./config-overrides.cjs",
"lint": "eslint \"./src/**/*.{ts,tsx,js}\"",
"lint:fix": "npm run lint -- --fix",
"contracts:codegen": "typechain --target ethers-v5 --out-dir src/generated/contracts './src/abis/*.json'",
"ipfs:build": "cross-env PUBLIC_URL=\".\" npm run build",
"ipfs:publish": "ipfs-deploy build -p infura -O",
"graphql:codegen": "graphql-codegen --config graphql-codegen.yml"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/add": "^3.2.1",
"@graphql-codegen/cli": "2.13.12",
"@graphql-codegen/client-preset": "^1.1.5",
"@graphql-codegen/typescript": "2.8.2",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@graphql-codegen/typescript-react-query": "4.0.5",
"@typechain/ethers-v5": "^10.0.0",
"@types/debug": "^4.1.7",
"@svgr/webpack": "^6.3.1",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.46.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.6.2",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"typescript": "^4.8.3"
}
}