forked from skyportal/skyportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.14 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
{
"name": "skyportal",
"license": "BSD-3-Clause",
"scripts": {
"build": "make bundle",
"test": "eslint --ext .jsx,.js static/js && make test"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "7.14.2",
"@bokeh/bokehjs": "2.2.3",
"@date-io/dayjs": "1.3.13",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.58",
"@material-ui/pickers": "3.3.10",
"@rjsf/core": "2.5.1",
"@rjsf/material-ui": "2.4.0",
"autosuggest-highlight": "3.1.1",
"check-dependencies": "1.1.0",
"clsx": "1.1.1",
"convert-css-length": "2.0.1",
"core-js": "3.17.3",
"css-loader": "5.2.6",
"d3": "6.7.0",
"d3-geo": "3.0.1",
"d3-geo-zoom": "1.4.3",
"data-uri-to-buffer": "3.0.1",
"dayjs": "1.10.6",
"dygraphs": "2.1.0",
"emoji-dictionary": "1.0.11",
"emojilib": "3.0.4",
"exports-loader": "1.1.1",
"geojson-prop-types": "0.2.0",
"imports-loader": "1.2.0",
"material-ui-phone-number": "2.2.6",
"mathjs": "9.4.4",
"mobx": "6.3.0",
"mui-datatables": "3.6.0",
"npm-check": "5.9.2",
"numeral": "2.0.6",
"papaparse": "5.3.1",
"prop-types": "15.7.2",
"qrcode.react": "1.0.1",
"raw-loader": "4.0.2",
"react": "16.13.1",
"react-datepicker": "3.4.1",
"react-device-detect": "1.17.0",
"react-dnd": "7.7.0",
"react-dom": "16.13.1",
"react-file-previewer": "0.6.3",
"react-grid-layout": "1.1.1",
"react-hook-form": "6.15.4",
"react-image": "4.0.3",
"react-json-view": "1.21.3",
"react-markdown": "4.3.1",
"react-redux": "7.2.4",
"react-responsive": "8.2.0",
"react-router-dom": "5.3.0",
"react-simple-dropdown": "3.2.3",
"react-text-loop": "2.3.0",
"react-to-print": "2.12.6",
"react-window": "1.8.6",
"redoc": "2.0.0-rc.56",
"redoc-cli": "0.12.2",
"redux": "4.1.1",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"semver": "7.3.5",
"style-loader": "2.0.0",
"styled-components": "5.3.1",
"use-count-up": "2.3.1",
"vega": "5.20.2",
"vega-embed": "6.18.2",
"vega-lite": "4.17.0"
},
"devDependencies": {
"@babel/core": "7.11.5",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.14.4",
"@babel/plugin-transform-arrow-functions": "7.14.5",
"@babel/plugin-transform-async-to-generator": "7.14.5",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "7.14.5",
"@types/node": "15.6.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"eslint": "7.27.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-webpack": "0.12.2",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"json-loader": "0.5.7",
"webpack": "4.46.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/skyportal/skyportal"
}
}