-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.39 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
{
"name": "@globus/static-search-portal",
"version": "1.6.0",
"repository": "github:globus/static-search-portal",
"files": [],
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"preview": "node scripts/prebuild.js && next dev",
"prebuild": "node scripts/prebuild.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docs": "npx typedoc",
"test": "jest"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^2.10.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/ibm-plex-mono": "^5.1.1",
"@fontsource/ibm-plex-sans": "^5.1.1",
"@globus/react-auth-context": "^0.0.9",
"@globus/sdk": "^5.5.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.15",
"@tanstack/react-query": "^5.64.2",
"@types/d3-fetch": "^3.0.7",
"@types/mdx": "^2.0.13",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"d3-fetch": "^3.0.1",
"framer-motion": "^11.11.11",
"lodash": "^4.17.21",
"next": "14.2.23",
"plotly.js-dist-min": "^2.35.3",
"react": "^18",
"react-dom": "^18",
"zustand": "^5.0.3"
},
"devDependencies": {
"@heroicons/react": "^2.1.5",
"@tanstack/react-query-devtools": "^5.64.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.13",
"@types/node": "^20",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.23",
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"glob": "^11.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsonata": "^2.0.5",
"prettier": "3.4.2",
"ts-node": "^10.9.2",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "^5"
}
}