forked from tari-project/block-explorer-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 970 Bytes
/
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
{
"name": "block-explorer-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"d3": "^5.16.0",
"numeral": "2.0.6",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"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": "3.4.1",
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}