-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 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
49
50
51
52
53
54
{
"name": "KinExplorerV2",
"version": "2.0.0",
"private": true,
"homepage": "/",
"dependencies": {
"@kinecosystem/kin-base": "latest",
"@kinecosystem/kin-sdk": "^0.20.8",
"bignumber.js": "^9.0.0",
"lodash": "latest",
"node-sass": "^4.12.0",
"prop-types": "latest",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-intl": "^2.9.0",
"react-json-pretty": "^2.1.0",
"react-lazy-load-image-component": "^1.3.2",
"react-md-spinner": "^1.0.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "react-scripts build && gh-pages -d build"
},
"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": {
"babel-plugin-macros": "^2.6.1",
"babel-plugin-styled-components": "^1.10.6",
"gh-pages": "^2.0.1"
}
}