-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
126 lines (126 loc) · 3.9 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "codechain-explorer",
"version": "2.1.1",
"description": "Block Explorer for CodeChain",
"repository": {
"type": "git",
"url": "git+https://github.com/kodebox-io/codechain-explorer.git"
},
"author": "CodeChain Team <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=12",
"yarn": "^1.15.0"
},
"dependencies": {
"@data-ui/histogram": "^0.0.78",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-brands-svg-icons": "^5.1.0-11",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
"@nivo/bar": "^0.47.1",
"@nivo/line": "^0.42.1",
"@nivo/pie": "^0.42.1",
"animate.css": "^3.7.0",
"autoprefixer": "7.1.6",
"babel-loader": "^7.1.2",
"babel-preset-react-app": "^3.1.1",
"bignumber.js": "^7.2.1",
"bootstrap": "^4.3.1",
"buffer": "^5.1.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "1.1.3",
"codechain-indexer-types": "^1.1.0",
"codechain-sdk": "^1.0.1",
"concurrently": "^3.6.0",
"cryptiles": "^4.1.2",
"css-loader": "0.28.7",
"dotenv": "^6.0.0",
"dotenv-expand": "4.2.0",
"extract-text-webpack-plugin": "4.0.0-alpha.0",
"file-loader": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"fs-extra": "3.0.1",
"html-webpack-plugin": "^4.0.0-beta.2",
"identicon.js": "^2.3.2",
"js-sha256": "^0.9.0",
"macaddress": "^0.2.9",
"merge": "^1.2.1",
"moment": "^2.22.2",
"node-sass": "^4.9.1",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"promise": "8.0.1",
"qrcode.react": "^0.8.0",
"raf": "3.4.0",
"randomatic": "^3.0.0",
"react": "^16.3.2",
"react-autosuggest": "^9.3.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dev-utils": "^7.0.1",
"react-dom": "^16.3.3",
"react-redux": "^5.0.7",
"react-redux-loading-bar": "^4.0.5",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-toastify": "^4.3.0",
"reactstrap": "^6.1.0",
"redux": "^4.0.0",
"request": "^2.88.0",
"resolve": "1.6.0",
"sass-loader": "^7.0.3",
"source-map-loader": "^0.2.1",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "^0.11.5",
"ts-loader": "^5.3.3",
"ts-node": "6.1.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"url-loader": "0.6.2",
"webpack": "^4.29.0",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "^2.0.4",
"whatwg-fetch": "2.0.3"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"build:corgi": "./scripts/build-preset/corgi.sh",
"build:mainnet": "./scripts/build-preset/mainnet.sh",
"test": "yarn lint && node scripts/test.js --env=jsdom",
"lint": "tslint -p tsconfig.json && prettier 'src/**/*.{ts,tsx,scss,json,html,js,jsx}' -l",
"fmt": "tslint -p tsconfig.json --fix && prettier 'src/**/*.{ts,tsx,scss,json,html,js,jsx}' --write"
},
"devDependencies": {
"@types/bignumber.js": "^5.0.0",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.11.1",
"@types/lodash": "^4.14.108",
"@types/node": "^10.5.2",
"@types/qrcode.react": "^0.8.1",
"@types/react": "^16.3.13",
"@types/react-autosuggest": "^9.3.4",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-dom": "^16.0.5",
"@types/react-fontawesome": "^1.6.3",
"@types/react-redux": "^6.0.0",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^4.2.6",
"@types/reactstrap": "^6.0.0",
"@types/redux": "^3.6.0",
"prettier": "1.14.2",
"terser-webpack-plugin": "^2.3.1",
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.10.0",
"tslint-react": "^3.2.0",
"typescript": "^3.3.1"
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}