-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.64 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
{
"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": {
"@ag-grid-community/core": "^32.2.0",
"@ag-grid-community/csv-export": "^32.2.0",
"@ag-grid-community/react": "^32.2.0",
"@tanstack/react-query": "^5.56.2",
"ag-grid-react": "^32.2.0",
"aladin-lite": "^3.5.1-beta",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"eventemitter3": "^5.0.1",
"fast-xml-parser": "^4.5.0",
"hyparquet": "^1.4.0",
"hyparquet-compressors": "^0.1.4",
"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": "^14.2.13",
"nextjs-google-analytics": "^2.3.7",
"papaparse": "^5.4.1",
"plotly.js": "^2.35.2",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-lazy-load-image-component": "^1.6.2",
"react-plotly.js": "^2.6.0",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@types/json-bigint": "^1.0.4",
"@types/lodash": "^4.17.9",
"@types/node": "18.7.23",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.3.8",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-plotly.js": "^2.6.3",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"typescript": "^5.6.2"
}
}