-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
108 lines (108 loc) · 3.15 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
{
"name": "@icedesign/pro-scaffold",
"version": "1.0.0",
"description": "该模板提供了 Redux、Mock、权限管理、注册登录等完整的方案,且内置了丰富的区块,主要用于展示现有区块的分类以及区块组合的效果,使用时需要根据需求进行删除和添加",
"dependencies": {
"@alifd/next": "^1.12.4",
"@antv/data-set": "^0.8.5",
"@icedesign/base": "^0.2.5",
"@icedesign/container": "^0.1.7",
"@icedesign/data-binder": "^0.1.1",
"@icedesign/ellipsis": "^1.0.4",
"@icedesign/form-binder": "^0.1.2",
"@icedesign/img": "^0.1.1",
"@icedesign/label": "^0.1.1",
"@icedesign/layout": "^0.1.1",
"@icedesign/menu": "^0.1.1",
"@icedesign/skin": "^0.1.0",
"@icedesign/styled-menu": "^0.1.1",
"@uiw/react-codemirror": "^1.0.19",
"antd": "^3.13.2",
"axios": "^0.18.0",
"bignumber.js": "^8.0.2",
"bizcharts": "^3.4.4",
"bs58": "^4.0.1",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.8",
"enquire-js": "^0.1.2",
"eth-crypto": "^1.3.2",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^6.1.0",
"ethers": "^4.0.27",
"foundation-symbol": "^0.1.0",
"fractal-web3": "^1.1.21",
"fractal_solidity_js": "^1.0.0",
"history": "^4.7.2",
"hoist-non-react-statics": "^2.5.5",
"invariant": "^2.2.4",
"json-format-highlight": "^1.0.1",
"lodash": "^4.17.10",
"material-ui": "^0.20.2",
"merkle": "^0.6.0",
"merkletreejs": "^0.0.22",
"monaco-editor": "^0.16.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"path-to-regexp": "^2.2.1",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-autocomplete": "^1.8.1",
"react-cookies": "^0.1.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.4.1",
"react-json-view": "^1.19.1",
"react-localstorage": "^1.0.0",
"react-monaco-editor": "^0.25.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-router-redux": "5.0.0-alpha.6",
"react-transition-group": "^2.4.0",
"redux": "3.6.0",
"redux-thunk": "^2.3.0",
"rlp": "^2.2.2",
"solc": "^0.5.6"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"babel-plugin-react-v-html": "^1.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"ice-scripts": "^1.8.11",
"moment": "^2.22.2"
},
"scripts": {
"start": "ice dev",
"build": "ice build",
"lint": "eslint . --ext '.js,.jsx' --fix"
},
"publishConfig": {
"registry": "http://registry.npmjs.com",
"access": "public"
},
"buildConfig": {
"theme": "@icedesign/skin",
"entry": "src/index.js",
"localization": true
},
"scaffoldConfig": {
"name": "fractal-blockchain",
"title": "Fractal Blockchain",
"categories": [
"通用"
],
"screenshot": "",
"defaultLayout": "BasicLayout"
},
"engines": {
"node": ">=8.0.0"
},
"plugins": [
"react-v-html"
],
"title": "fractal",
"proxyConfig": {}
}