forked from VerusCoin/verus-pbaas-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.06 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
{
"name": "verus-pbaas-visualizer",
"version": "0.1.0",
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.0.2",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.1.0",
"@testing-library/user-event": "12.1.10",
"blake2b": "https://github.com/VerusCoin/blake2b.git",
"crypto-js": "4.0.0",
"node-sass": "4.14.1",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-force-graph": "^1.41.12",
"react-redux": "7.1.1",
"react-router": "3.2.1",
"redux": "3.6.0",
"three": "^0.139.2",
"three-spritetext": "^1.6.5",
"verus-typescript-primitives": "https://github.com/VerusCoin/verus-typescript-primitives.git"
},
"scripts": {
"start": "npx webpack-dashboard -t 'verus-desktop-authenticator' -- npx webpack-dev-server --colors --no-info --mode development",
"build": "npx webpack --mode production"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-decorators": "7.0.0",
"@babel/plugin-proposal-do-expressions": "7.0.0",
"@babel/plugin-proposal-export-default-from": "7.0.0",
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
"@babel/plugin-proposal-function-bind": "7.0.0",
"@babel/plugin-proposal-function-sent": "7.0.0",
"@babel/plugin-proposal-json-strings": "7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0",
"@babel/plugin-proposal-numeric-separator": "7.0.0",
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/plugin-proposal-pipeline-operator": "7.0.0",
"@babel/plugin-proposal-throw-expressions": "7.0.0",
"@babel/plugin-syntax-decorators": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-syntax-import-meta": "7.0.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.0",
"css-loader": "0.26.1",
"electron": "11.1.1",
"html-webpack-plugin": "3.0.7",
"mini-css-extract-plugin": "0.4.4",
"sass-loader": "7.1.0",
"style-loader": "0.13.0",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.10",
"webpack-dashboard": "3.3.1",
"webpack-dev-server": "3.11.0"
},
"resolutions": {
"blake2b-wasm": "https://github.com/michaeltout/blake2b-wasm",
"lodash": "4.17.21",
"static-eval": "2.0.2",
"tar": "4.4.15",
"js-yaml": "3.13.1",
"braces": "3.0.2",
"handlebars": "4.7.7",
"serialize-javascript": "3.1.0",
"bin-links": "1.1.6",
"https-proxy-agent": "2.2.4",
"http-proxy": "1.18.1",
"mem": "4.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"acorn": "6.4.0",
"kind-of": "6.0.3",
"yargs-parser": "13.1.2",
"minimist": "1.2.5",
"elliptic": "6.5.4",
"dot-prop": "5.2.0",
"npm-registry-fetch": "4.0.5",
"node-fetch": "2.6.1",
"node-forge": "0.10.0",
"ini": "1.3.8",
"socket.io": "3.1.1",
"y18n": "5.0.5",
"xmlhttprequest-ssl": "1.6.2",
"ssri": "8.0.1",
"hosted-git-info": "3.0.8",
"ua-parser-js": "0.7.24",
"url-parse": "1.5.1",
"ajv": "6.12.3",
"dns-packet": "1.3.4",
"ws": "7.4.6",
"path-parse": "1.0.7",
"glob-parent": "5.1.2",
"trim-newlines": "4.0.1",
"immer": "8.0.1",
"postcss": "5.2.16",
"browserslist": "4.16.5",
"normalize-url": "6.0.1",
"color-string": "1.5.5",
"css-what": "2.1.3",
"ejs": "3.1.6",
"is-svg": "4.3.0",
"node-notifier": "9.0.1",
"react-dev-utils": "11.0.4"
}
}