-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.73 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
{
"name": "astroinspect",
"version": "1.5",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.1",
"@mui/lab": "^6.0.0-beta.19",
"@mui/material": "^6.2.0",
"@mui/material-nextjs": "^6.2.0",
"@tanstack/react-query": "^5.56.2",
"ag-grid-community": "^33.0.3",
"ag-grid-react": "^33.0.3",
"aladin-lite": "^3.6.0-beta",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.7.7",
"copy-to-clipboard": "^3.3.3",
"eventemitter3": "^5.0.1",
"fast-xml-parser": "^4.5.0",
"hyparquet": "^1.4.0",
"hyparquet-compressors": "^1.0.0",
"interp1": "^1.0.20",
"json-bigint": "^1.0.0",
"localforage": "^1.10.0",
"lock": "^1.1.0",
"lodash": "^4.17.21",
"lodash-joins": "^3.1.1",
"next": "^15.1.2",
"nextjs-google-analytics": "^2.3.7",
"papaparse": "^5.4.1",
"plotly.js": "^2.35.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"react-plotly.js": "^2.6.0",
"sampjs": "^1.0.3"
},
"devDependencies": {
"@emotion/server": "^11.11.0",
"@types/autosuggest-highlight": "^3.2.3",
"@types/json-bigint": "^1.0.4",
"@types/lodash": "^4.17.9",
"@types/node": "18.7.23",
"@types/papaparse": "^5.3.14",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-plotly.js": "^2.6.3",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"typescript": "^5.6.2"
}
}