-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
150 lines (150 loc) · 4.45 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "hivexplorer",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build --noninteractive",
"prepare": "husky install",
"format": "prettier --ignore-unknown --write './src/**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"precommit": "lint-staged",
"test": "TZ=UTC razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@ecency/render-helper": "^2.2.21",
"@hiveio/dhive": "^1.2.3",
"@loadable/component": "^5.15.2",
"@loadable/server": "^5.15.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"connected-react-router": "^6.8.0",
"cookie-parser": "^1.4.6",
"currency-symbol-map": "^4.0.4",
"debounce": "^1.2.1",
"express": "^4.17.1",
"history": "^4.7.2",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.2.0",
"js-cookie": "^3.0.1",
"loadable-ts-transformer": "^1.0.0-alpha.3",
"lodash": "^4.17.21",
"logger": "^0.0.1",
"moment": "^2.29.4",
"node-cache": "^5.1.0",
"node-sass": "^6.0.1",
"numeral": "^2.0.6",
"path-to-regexp": "^6.1.0",
"prop-types": "^15.8.1",
"react": "^16.8.6",
"react-bootstrap": "^2.4.0",
"react-dom": "^16.8.6",
"react-helmet": "^6.0.0",
"react-highcharts": "^16.1.0",
"react-inlinesvg": "^3.0.0",
"react-redux": "^7.2.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "5.1.2",
"react-toggle-button": "^2.2.0",
"redux": "4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"serialize-javascript": "^3.1.0",
"styled-components": "^5.3.5",
"xss": "^1.0.8"
},
"devDependencies": {
"@loadable/webpack-plugin": "^5.15.2",
"@types/bytebuffer": "^5.0.41",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.0",
"@types/jest": "^26.0.24",
"@types/jquery": "^3.5.14",
"@types/js-cookie": "^2.2.6",
"@types/loadable__component": "^5.13.4",
"@types/loadable__server": "^5.12.6",
"@types/lodash": "^4.14.186",
"@types/node": "^12.6.6",
"@types/numeral": "^2.0.2",
"@types/path-to-regexp": "^1.7.0",
"@types/react": "^16.8.23",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^6.0.0",
"@types/react-highcharts": "^16.0.3",
"@types/react-redux": "^7.1.9",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^4.3.4",
"@types/react-test-renderer": "^16.9.2",
"@types/redis": "^2.8.30",
"@types/redux-logger": "^3.0.9",
"@types/serialize-javascript": "^1.5.0",
"@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.14.0",
"babel-preset-razzle": "^4.0.5",
"flag-icon-css": "^4.1.7",
"html-webpack-plugin": "4.5.2",
"husky": "^8.0.2",
"jest": "^26.0.0",
"lint-staged": "^13.1.0",
"mini-css-extract-plugin": "0.9.0",
"mockdate": "^3.0.2",
"postcss": "8.2.13",
"prettier": "^2.8.1",
"razzle": "^4.0.5",
"razzle-dev-utils": "^4.0.5",
"razzle-plugin-scss": "^4.0.5",
"razzle-plugin-typescript": "^3.0.0",
"react-test-renderer": "^16.13.1",
"ts-jest": "^26.4.2",
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3",
"url-loader": "^4.1.1",
"webpack": "4.46.0",
"webpack-dev-server": "3.11.0"
},
"resolutions": {
"jest": "^26.0.0",
"@types/react": "^16.8.23"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md,json}": [
"yarn format"
]
},
"jest": {
"transform": {
"\\.(ts|tsx)$": "ts-jest",
"\\.css$": "<rootDir>/node_modules/razzle/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/node_modules/razzle/config/jest/fileTransform.js"
},
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.(ts|js)?(x)",
"<rootDir>/src/**/?(*.)(spec|test).(ts|js)?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
]
},
"description": "## How to use",
"main": "healthCheck.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ecency/hivexplorer.git"
},
"author": "",
"bugs": {
"url": "https://github.com/ecency/hivexplorer/issues"
},
"homepage": "https://github.com/ecency/hivexplorer#readme"
}