forked from skyportal/skyportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.17 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
{
"name": "skyportal",
"license": "BSD-3-Clause",
"scripts": {
"build": "make bundle",
"test": "eslint --ext .jsx,.js static/js && make test"
},
"dependencies": {
"@bokeh/bokehjs": "3.0.0",
"@bokeh/numbro": "1.6.2",
"@bokeh/slickgrid": "2.4.4102",
"@date-io/dayjs": "1.3.13",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.10.5",
"@mui/icons-material": "5.11.0",
"@mui/lab": "5.0.0-alpha.118",
"@mui/material": "5.11.0",
"@mui/styled-engine": "5.8.7",
"@mui/styles": "5.9.2",
"@mui/x-date-pickers": "5.0.16",
"@rjsf/core": "5.0.1",
"@rjsf/material-ui": "5.0.1",
"@rjsf/mui": "5.0.1",
"@rjsf/utils": "5.0.1",
"@rjsf/validator-ajv6": "5.0.1",
"@rjsf/validator-ajv8": "5.0.1",
"autosuggest-highlight": "3.3.4",
"buffer": "6.0.3",
"check-dependencies": "1.1.0",
"choices.js": "10.2.0",
"clsx": "1.2.1",
"convert-css-length": "2.0.1",
"core-js": "3.27.2",
"css-loader": "6.7.3",
"d3": "7.4.4",
"d3-array": "3.2.2",
"d3-geo": "3.0.1",
"d3-geo-zoom": "1.4.4",
"data-uri-to-buffer": "4.0.1",
"dayjs": "1.11.5",
"dygraphs": "2.2.0",
"emoji-dictionary": "1.0.11",
"emojilib": "3.0.6",
"exports-loader": "4.0.0",
"flatbush": "4.0.0",
"flatpickr": "4.6.13",
"geojson-prop-types": "0.2.0",
"hammerjs": "2.0.8",
"imports-loader": "4.0.1",
"material-ui-phone-number": "3.0.0",
"mathjax-full": "3.2.2",
"mathjs": "11.6.0",
"moment": "2.29.4",
"mui-datatables": "4.2.2",
"nouislider": "15.7.0",
"npm-check": "5.9.2",
"numeral": "2.0.6",
"papaparse": "5.3.2",
"path-browserify": "1.0.1",
"process": "0.11.10",
"proj4": "2.8.0",
"prop-types": "15.8.1",
"qrcode.react": "3.1.0",
"raw-loader": "4.0.2",
"react": "17.0.0",
"react-big-calendar": "1.5.2",
"react-datepicker": "3.4.1",
"react-device-detect": "2.2.3",
"react-dnd": "7.7.0",
"react-dom": "17.0.0",
"react-file-previewer": "0.6.3",
"react-grid-layout": "1.3.4",
"react-hook-form": "7.41.3",
"react-image": "4.0.3",
"react-json-tree": "0.18.0",
"react-json-view": "1.21.3",
"react-markdown": "8.0.3",
"react-redux": "8.0.5",
"react-resizable": "3.0.4",
"react-responsive": "9.0.2",
"react-router-dom": "6.8.0",
"react-simple-dropdown": "3.2.3",
"react-simple-maps": "2.3.0",
"react-text-loop": "2.3.0",
"react-to-print": "2.14.12",
"react-transition-group": "4.4.5",
"react-window": "1.8.8",
"redoc": "2.0.0",
"redoc-cli": "0.13.20",
"redux": "4.2.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.2",
"regl": "2.1.0",
"semver": "7.3.8",
"sprintf-js": "1.1.2",
"style-loader": "2.0.0",
"styled-components": "5.3.5",
"timezone": "1.0.23",
"underscore.template": "0.1.7",
"use-count-up": "3.0.1",
"vega": "5.22.1",
"vega-embed": "6.21.0",
"vega-lite": "5.2.0"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/eslint-parser": "7.18.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.17.12",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-transform-arrow-functions": "7.16.7",
"@babel/plugin-transform-async-to-generator": "7.20.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.18.6",
"@babel/preset-react": "7.18.6",
"@types/eslint": "8.4.10",
"@types/node": "18.14.2",
"babel-loader": "8.2.2",
"eslint": "8.18.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"json-loader": "0.5.7",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/skyportal/skyportal"
}
}