-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
executable file
·87 lines (87 loc) · 2.47 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
{
"name": "qaboard",
"license": "Apache-2.0",
"private": true,
"version": "0.1.0",
"proxy": "http://qa:5001",
"dependencies": {
"@blueprintjs/core": "^3.52.0",
"@blueprintjs/datetime": "^3.23.19",
"@blueprintjs/icons": "^3.31.0",
"@blueprintjs/select": "^3.18.11",
"@types/jest": "^26.0.15",
"@types/node": "^16.11.19",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/styled-components": "^5.1.20",
"acorn": "^8.0.4",
"ansi-to-html": "^0.7.2",
"axios": "^0.24.0",
"d3-color": "^3.0.1",
"d3-dsv": "^3.0.1",
"d3-flame-graph": "^4.1.3",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"dom4": "^2.1.5",
"glslify": "^7.1.1",
"http-proxy-middleware": "^2.0.1",
"intersection-observer": "^0.12.0",
"js-md5": "^0.7.3",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
"luxon": "^2.3.0",
"mathjs": "^10.0.2",
"monaco-editor": "^0.31.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"openseadragon": "^3.0.0",
"path-to-regexp": "^6.2.0",
"plotly.js": "^2.8.3",
"qs": "^6.9.4",
"react": "^17.0.1",
"react-app-polyfill": "^3.0.0",
"react-app-rewired": "^2.1.11",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.1",
"react-full-screen": "^1.1.0",
"react-intersection-observer": "^8.29.1",
"react-loadable": "^5.5.0",
"react-monaco-editor": "^0.36.0",
"react-plotly.js": "^2.5.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-virtualized-auto-sizer": "^1.0.2",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sanitize-html": "^2.6.1",
"styled-components": "^5.3.3",
"three": "^0.136.0",
"typescript": "^4.0.5"
},
"scripts": {
"start": "react-app-rewired --max_old_space_size=4096 start",
"build": "react-app-rewired --max_old_space_size=4096 build",
"test": "react-app-rewired test --env=jsdom",
"analyse": "source-map-explorer --html build/static/js/main.*.js build/static/js/main.*.js.map > ~/test.html",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 9"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 9"
]
},
"devDependencies": {
"redux-devtools-extension": "^2.13.8"
}
}