-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
94 lines (94 loc) · 2.65 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
{
"name": "firefly_depends",
"version": "1.0.0",
"license": "SEE LICENSE IN License.txt",
"description": "defining dependencies only",
"notice": "IF YOU EDIT THIS FILE, PLEASE UPDATE package-json-doc.md",
"repository": {
"type": "git",
"url": "https://github.com/Caltech-IPAC/firefly.git"
},
"dependencies": {
"@emotion/react": "^11.11",
"@emotion/styled": "^11.11",
"@fontsource/inter": "^5.0",
"@mui/icons-material": "^5.15",
"@mui/joy": "^5.0.0-beta.15",
"@mui/material": "^5.15",
"@mui/x-date-pickers": "^6.19",
"blissfuljs": "~1.0",
"chroma-js": "~2.4.0",
"core-js": "~3.37",
"enum": "~3.0",
"fixed-data-table-2": "~2.0.4",
"immutability-helper": "~3.1",
"isomorphic-fetch": "~3.0",
"json-bigint": "https://github.com/Caltech-IPAC/json-bigint",
"local-storage": "~2.0",
"lodash": "~4.17",
"md5": "~2.3.0",
"moment": "~2.30",
"point-in-polygon": "~1.1",
"prismjs": "~1.29",
"prop-types": "~15.8",
"rc-tree": "~5.7",
"react": "~18.2",
"react-color": "~2.19",
"react-dnd": "~7.0",
"react-dnd-html5-backend": "~7.7",
"react-dom": "~18.2",
"react-grid-layout": "~1.3",
"react-router-dom": "^6.14.0",
"react-sizeme": "~3.0",
"react-slick": "~0.30",
"react-split-pane": "~0.1",
"redux": "~3.7",
"redux-logger": "~3.0",
"redux-saga": "~1.1",
"redux-thunk": "~2.4",
"regenerator-runtime": "~0.14",
"shallowequal": "~1.1",
"slick-carousel": "^1.8.1",
"slug": "~9.1",
"validator": "~13.12"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/register": "^7.24.6",
"@eslint/compat": "^1.1.0",
"@stylistic/eslint-plugin-js": "^2.3.0",
"@svgr/webpack": "^8.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.9",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "^3.3",
"css-loader": "~7.1",
"eslint": "~9.7",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "~7.34",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "~15.8",
"ink-docstrap": "~1.3",
"jest": "^24.9",
"jsdoc": "~4.0",
"jsdoc-jsx": "~0.1",
"publish-release": "~1.6",
"style-loader": "~4.0",
"taffydb": "~2.7",
"webpack": "^5.93",
"webpack-cli": "~5.1",
"worker-loader": "^3.0"
},
"optionalDependencies": {
"fsevents": "~2.3"
},
"resolutions": {
"**/chokidar/fsevents": "~2.3",
"**/jest-haste-map/fsevents": "~2.3"
}
}