-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.3 KB
/
Copy pathpackage.json
File metadata and controls
130 lines (130 loc) · 4.3 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
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
127
128
129
130
{
"name": "odex-frontend",
"version": "0.1.0",
"scripts": {
"start": "rsbuild dev",
"server": "PORT=8080 REACT_APP_DEFAULT_NETWORK_ID=testnet node server.js",
"build": "rsbuild build",
"test": "react-scripts test --env=jsdom --watch",
"eject": "react-scripts eject",
"flow": "flow",
"flowwatch": "fswatch -o ./ | xargs -n1 -I{} sh -c 'clear; printf \"\\033[3J\" && flow'",
"sass": "sass src/styles/scss/index.scss:src/styles/css/index.css src/styles/scss/storybook.scss:src/styles/css/storybook.css",
"sass-watch": "sass --watch src/styles/scss/index.scss:src/styles/css/index.css src/styles/scss/storybook.scss:src/styles/css/storybook.css",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"build-svg": "npx @svgr/cli -d ./node-modules/cryptocurrency-icons/svg/color/ src/components/Common/Icons/"
},
"dependencies": {
"@amcharts/amcharts3-react": "^3.1.0",
"@axetroy/react-download": "^1.1.1",
"@blueprintjs/core": "^3.22.0",
"@blueprintjs/select": "^3.11.2",
"@blueprintjs/table": "^3.8.2",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@svgr/cli": "^4.3.3",
"accounting-js": "^1.1.1",
"amcharts3": "^3.21.15",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"bitcore-mnemonic": "^8.20.5",
"connected-react-router": "^4.5.0",
"cryptocurrency-icons": "^0.9.3",
"d3-dsv": "^1.2.0",
"d3-format": "^1.3.0",
"d3-shape": "^1.2.0",
"d3-time-format": "^2.1.1",
"date-fns": "^1.29.0",
"express": "^4.16.3",
"global": "^4.3.2",
"jest-localstorage-mock": "^2.4.0",
"mixpanel-browser": "^2.31.0",
"obyte": "^0.1.8",
"polished": "^1.9.3",
"qrcode.react": "^1.0.0",
"rc-steps": "^3.5.0",
"react": "^16.12.0",
"react-addons-css-transition-group": "^15.6.2",
"react-copy-to-clipboard": "^5.0.2",
"react-document-title": "^2.0.3",
"react-dom": "^16.12.0",
"react-dropzone": "^4.3.0",
"react-financial-charts": "^0.5.1",
"react-ga": "^2.7.0",
"react-grid-layout": "^0.16.6",
"react-idle-timer": "^4.2.12",
"react-intl": "^2.9.0",
"react-lazyload": "^2.6.5",
"react-popper": "^1.0.2",
"react-redux": "^5.1.2",
"react-resizable": "^1.7.5",
"react-router-dom": "^4.3.1",
"react-spring": "^7.2.11",
"react-stockcharts": "^0.7.8",
"react-transition-group": "^2.4.0",
"react-virtualized": "^9.21.2",
"reactour": "^1.15.5",
"recharts": "^1.8.5",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"sorted-array": "^2.0.4",
"styled-components": "~3.3.3",
"styled-css-grid": "^0.11.2",
"styled-system": "^3.2.1",
"system-components": "^3.0.3",
"typescript": "^3.7.2"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/plugin-syntax-jsx": "^7.29.7",
"@babel/preset-flow": "^7.29.7",
"@rsbuild/core": "~1.4.16",
"@rsbuild/plugin-babel": "~1.2.1",
"@rsbuild/plugin-node-polyfill": "^1.4.6",
"@rsbuild/plugin-react": "~1.4.6",
"@storybook/addon-actions": "^3.4.12",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-info": "^3.4.12",
"@storybook/addon-knobs": "^3.4.12",
"@storybook/addon-links": "^3.4.12",
"@storybook/addon-options": "^3.4.12",
"@storybook/addons": "^3.4.12",
"@storybook/react": "^3.4.12",
"babel-core": "^6.26.3",
"babel-plugin-transform-export-extensions": "^6.22.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"flow-bin": ">=0.117.0",
"husky": "^0.14.3",
"lint-staged": "^7.3.0",
"prettier": "^1.19.1",
"react-scripts": "1.1.4",
"sass": "1.17.4"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --write --print-width 120 --no-semi --trailing-comma none",
"git add"
]
},
"browserslist": [
">0.2%",
"not op_mini all"
],
"prettier": {
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}
}