forked from tari-project/block-explorer-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "block-explorer-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"d3": "^5.16.0",
"d3-array": "^2.4.0",
"numeral": "2.0.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-indiana-drag-scroll": "^1.6.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass": "^1.32.7",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@types/d3": "^5.7.2",
"@types/numeral": "0.0.28",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/webpack-env": "1.15.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"prettier": "^2.0.5",
"react-scripts": "^5.0.0",
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint --ext .ts --ext .tsx .",
"prettier": "prettier --write src/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}