This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
77 lines (77 loc) · 2.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
{
"name": "mesh-viz-temp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@0x/connect": "^6.0.0",
"@0x/mesh-rpc-client": "^7.2.1-beta-0xv3",
"@0x/order-utils": "^9.0.0",
"@nice-boys/components": "^0.2.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.149",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@vx/curve": "^0.0.192",
"@vx/event": "^0.0.192",
"@vx/grid": "^0.0.192",
"@vx/mock-data": "^0.0.192",
"@vx/scale": "^0.0.192",
"@vx/shape": "^0.0.192",
"@vx/tooltip": "^0.0.192",
"d3-array": "^2.4.0",
"d3-time-format": "^2.2.2",
"date-fns": "^2.8.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0",
"react-spring": "^8.0.27",
"react-use": "^13.10.2",
"rebass": "^4.0.7",
"styled-components": "^4.4.1",
"typescript": "~3.7.2",
"vizceral": "^4.9.0"
},
"scripts": {
"start": "react-scripts --max_old_space_size=16384 start",
"build": "react-scripts --max_old_space_size=16384 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tslint -c tslint.json --format stylish --project .",
"deploy": "discharge deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@0x/tslint-config": "^4.0.0",
"@static/discharge": "^2.0.1",
"@types/lodash": "^4.14.149",
"@types/ramda": "^0.26.36",
"@types/rebass": "^4.0.3",
"@types/styled-components": "^4.4.0",
"prettier": "^1.19.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.1.0"
}
}