forked from coordinape/coordinape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
175 lines (175 loc) · 5.1 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "coordinape-app",
"version": "0.2.0",
"private": true,
"engines": {
"node": "=14"
},
"dependencies": {
"@craco/craco": "6.3.0",
"@date-io/luxon": "1.x",
"@gqty/react": "^2.1.0",
"@hcaptcha/react-hcaptcha": "0.3.7",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.58",
"@material-ui/pickers": "3.3.10",
"@prisma/client": "3.4.2",
"@self.id/core": "0.1.0",
"@sentry/integrations": "6.14.1",
"@sentry/react": "6.14.1",
"@sentry/tracing": "6.14.1",
"@web3-react/core": "6.1.9",
"@web3-react/fortmatic-connector": "6.1.6",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/portis-connector": "6.1.9",
"@web3-react/walletconnect-connector": "6.2.4",
"@web3-react/walletlink-connector": "6.2.5",
"axios": "0.21.2",
"clsx": "1.1.1",
"d3-force-3d": "2.3.2",
"ethereumjs-util": "7.1.3",
"ethers": "5.5.1",
"gqty": "^2.1.0",
"graphql": "^16.0.1",
"history": "5.0.0",
"itiriri": "2.0.1",
"lodash": "4.17.21",
"logdown": "3.3.1",
"luxon": "2.0.2",
"notistack": "1.0.10",
"polished": "4.1.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-force-graph-2d": "1.23.8",
"react-router-dom": "5.2.0",
"react-string-replace": "0.4.4",
"react-virtualized-auto-sizer": "1.0.5",
"recoil": "0.4.1",
"source-map-explorer": "2.5.2",
"styled-components": "5.2.3",
"true-myth": "^4.1.1",
"web-vitals": "1.1.0",
"zod": "3.7.1"
},
"resolutions": {
"canvas-color-tracker": "file:./canvas-color-tracker"
},
"scripts": {
"hasura": "hasura --project ./hasura",
"docker:start": "docker-compose up -d",
"docker:stop": "docker-compose down",
"docker:clean": "docker-compose down -v",
"start": "craco start",
"build": "craco build",
"build:local": "craco --max_old_space_size=4096 build",
"build:gzip": "craco build && gzipper --verbose ./build",
"hardhat:compile": "yarn --cwd hardhat compile",
"hardhat:codegen": "yarn --cwd hardhat codegen",
"hardhat:build": "yarn --cwd hardhat build",
"hardhat:dev": "yarn --cwd hardhat dev",
"hardhat:deploy": "yarn --cwd hardhat deploy",
"hardhat:install": "yarn --cwd hardhat install",
"hardhat:test": "yarn --cwd hardhat test",
"test": "craco test",
"test:ci": "CI=1 craco test --coverage && yarn hardhat:test",
"eject": "craco eject",
"format:staged": "lint-staged",
"lint": "eslint",
"lint:check": "eslint \"{api,src}/**/*.{js,ts,tsx}\"",
"lint:fix": "yarn lint:check --fix",
"prettier": "prettier \"{api,src}/**/*.{js,ts,tsx}\"",
"prettier:check": "yarn prettier --check",
"prettier:fix": "yarn prettier --write",
"typecheck": "tsc --noEmit",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"lint-staged": {
"{api,src}/**/*.{js,ts,tsx}": [
"eslint --fix",
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged --allow-empty",
"pre-push": "yarn lint:check"
}
},
"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": {
"@datamodels/identity-accounts-crypto": "0.1.2",
"@datamodels/identity-accounts-web": "0.1.2",
"@datamodels/identity-profile-basic": "0.1.2",
"@glazed/types": "0.1.3",
"@gqty/cli": "^2.3.1",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "12.1.2",
"@types/debug": "4.1.7",
"@types/ethereumjs-util": "6.1.0",
"@types/jest": "26.0.20",
"@types/lodash": "4.14.168",
"@types/luxon": "2.0.2",
"@types/node": "12.20.1",
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.1.7",
"@types/react-virtualized-auto-sizer": "1.0.0",
"@types/recoilize": "0.8.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vercel/node": "^1.12.1",
"assert": "2.0.0",
"buffer": "6.0.3",
"crypto-browserify": "3.12.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"http-browserify": "1.7.0",
"https-browserify": "1.0.0",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"os-browserify": "0.3.0",
"prettier": "2.4.1",
"pretty-quick": "3.1.1",
"prisma": "3.4.2",
"react-scripts": "5.0.0-next.47",
"source-map-explorer": "2.5.2",
"stream-browserify": "3.0.0",
"ts-auto-mock": "3.5.0",
"typescript": "4.4.3",
"util": "0.12.4"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{ts,tsx}",
"!src/**/*.d.ts"
],
"coverageReporters": [
"json",
"lcov",
"text-summary"
]
}
}