-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 2.07 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
{
"name": "private-exchange",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.9",
"@zkopru/client": "2.0.0-beta.8",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"dexie": "^3.0.3",
"ethers": "^5.4.6",
"express": "^4.17.2",
"fuse.js": "^6.5.3",
"js-sha512": "^0.8.0",
"js-smp-peer2": "0.1.1",
"react": "^17.0.2",
"react-beforeunload": "^2.5.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-hook-form": "^7.14.2",
"react-hot-toast": "^2.1.1",
"react-modal": "^3.14.4",
"react-query": "^3.21.1",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"sqlite3": "^5.0.2",
"styled-components": "^5.3.1",
"typeorm": "^0.2.41",
"typescript": "^4.1.2",
"uuid": "^3.4.0",
"web-vitals": "^1.0.1",
"web3-utils": "^1.6.0",
"wouter": "^2.7.4",
"zustand": "^3.5.10"
},
"scripts": {
"start": "PORT=3333 react-scripts start",
"start:server": "ts-node src/server/index.ts",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@types/express": "^4.17.13",
"@types/react-beforeunload": "^2.1.1",
"@types/react-modal": "^3.13.1",
"@types/react-select": "^4.0.17",
"@types/sqlite3": "^3.1.8",
"@types/styled-components": "^5.1.13",
"@types/uuid": "^8.3.1",
"ts-node": "^10.4.0"
}
}