-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 2.19 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
{
"name": "acryl-blockchain-explorer",
"version": "2.0.7",
"private": true,
"description": "Acryl blockchain information tool",
"repository": {
"type": "git",
"url": "https://github.com/acrylplatform/AcrylExplorerLite.git"
},
"license": "Apache-2.0",
"scripts": {
"start": "webpack-dev-server --hot --open --mode development --history-api-fallback --env.network=mainnet",
"app:dev": "webpack --mode development --config=webpack.config.js",
"app:prod": "webpack --mode production --config=webpack.config.js"
},
"dependencies": {
"@acryl/signature-generator": "^6.0.1",
"axios": "0.18.0",
"decimal.js": "10.0.1",
"formik": "^1.4.1",
"lodash": "4.17.11",
"prettier": "^1.19.1",
"prop-types": "15.6.2",
"react": "16.6.1",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.6.1",
"react-google-recaptcha": "^2.0.1",
"react-hot-loader": "4.3.12",
"react-infinite-scroller": "^1.2.4",
"react-modal": "^3.7.1",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-scroll-up": "^1.3.3",
"retry-axios": "^0.3.2",
"valid-url": "^1.0.9"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "4.5.2",
"css-loader": "1.0.0",
"file-loader": "1.1.11",
"gulp": "3.9.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "4.9.2",
"postcss-loader": "2.1.6",
"sass-loader": "7.0.3",
"sass-resources-loader": "1.3.3",
"style-loader": "0.21.0",
"webpack": "4.26.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.10"
}
}