-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.17 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
{
"name": "0x-relayer",
"version": "0.1.0",
"private": true,
"dependencies": {
"0x.js": "^2.0.5",
"@0x/contract-artifacts": "^1.1.0",
"@0x/contract-wrappers": "^3.0.0",
"@0x/web3-wrapper": "^3.1.0",
"@babel/polyfill": "^7.0.0",
"bloomer": "^0.6.5",
"bootstrap": "4.2.1",
"lodash": "^4.17.11",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-notifications": "^1.4.3",
"react-scripts-ts": "^4.0.8",
"react-toast-notifications": "^1.3.1",
"react-toastify": "^4.4.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.8",
"@types/lodash": "^4.14.117",
"@types/node": "^10.12.1",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"typescript": "^3.1.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}