-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
{
"name": "tcr_simulator",
"version": "0.1.0",
"private": true,
"homepage": "https://tcr-simulator.github.io/",
"dependencies": {
"@material-ui/core": "^3.2.2",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.20",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"ethereumjs-abi": "^0.6.5",
"gh-pages": "^2.0.1",
"keccak": "^1.4.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-rangeslider": "^2.2.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"react-svg": "^6.0.20",
"react-swipeable-views": "^0.13.0",
"react-tabs": "^2.3.0",
"web3": "^0.20.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint .",
"pretest": "eslint .",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-airbnb": "^17.1.0"
}
}