forked from ecency/ecency-vision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 3.78 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 3.78 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": "ecency-vision",
"version": "3.0.20",
"private": true,
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build --noninteractive",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@ecency/render-helper": "^2.2.4",
"@hiveio/dhive": "^1.1.0",
"@hiveio/hivescript": "^1.2.7",
"@types/bs58": "^4.0.1",
"@types/chartist": "^0.11.0",
"@types/diff-match-patch": "^1.0.32",
"@types/lodash": "^4.14.175",
"@types/numeral": "^0.0.28",
"@types/rss": "^0.0.28",
"@types/sortablejs": "^1.10.6",
"@types/speakingurl": "^13.0.2",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
"@webscopeio/react-textarea-autocomplete": "^4.8.1",
"axios": "^0.21.2",
"bs58": "^4.0.1",
"chartist": "^0.11.4",
"connected-react-router": "^6.8.0",
"cookie-parser": "^1.4.5",
"currency-symbol-map": "^4.0.4",
"debounce": "^1.2.1",
"diff-match-patch": "^1.0.5",
"express": "^4.17.1",
"history": "^4.7.2",
"hive-uri": "^0.2.3",
"hivesigner": "^3.2.5",
"html-react-parser": "^1.2.1",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.2.0",
"immutability-helper": "^3.0.2",
"js-cookie": "^2.2.1",
"medium-zoom": "^1.0.6",
"moment": "^2.26.0",
"node-cache": "^5.1.0",
"node-sass": "^6.0.1",
"numeral": "^2.0.6",
"path-to-regexp": "^6.1.0",
"qs": "^6.9.4",
"query-string": "^6.13.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.1",
"react-chartist": "^0.14.3",
"react-datetime": "^3.0.4",
"react-dom": "^16.8.6",
"react-fast-compare": "^3.2.0",
"react-helmet": "^6.0.0",
"react-img-webp": "^2.0.2",
"react-popper": "^2.2.5",
"react-redux": "^7.2.0",
"react-router-dom": "^5.0.1",
"react-sortablejs": "^2.0.11",
"redux": "4.0.5",
"redux-thunk": "^2.3.0",
"rss": "^1.2.2",
"serialize-javascript": "^3.1.0",
"sortablejs": "^1.13.0",
"speakingurl": "^14.0.1",
"xss": "^1.0.8"
},
"devDependencies": {
"@types/bytebuffer": "^5.0.41",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.0",
"@types/jest": "^26.0.24",
"@types/js-cookie": "^2.2.6",
"@types/node": "^12.6.6",
"@types/path-to-regexp": "^1.7.0",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^6.0.0",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^4.3.4",
"@types/react-test-renderer": "^16.9.2",
"@types/serialize-javascript": "^1.5.0",
"@types/webpack-env": "^1.14.0",
"babel-preset-razzle": "^4.0.5",
"html-webpack-plugin": "4.5.2",
"jest": "^26.0.0",
"mini-css-extract-plugin": "0.9.0",
"mockdate": "^3.0.2",
"postcss": "8.2.10",
"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"
},
"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}"
]
}
}