-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
76 lines (76 loc) · 2.33 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
{
"name": "@globus/static-data-portal",
"version": "2.1.0",
"repository": "github:globus/static-data-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.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@globus/react-auth-context": "^0.0.9",
"@globus/sdk": "5.1.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.14",
"@tanstack/react-query": "^5.60.2",
"@tanstack/react-query-devtools": "^5.60.2",
"@types/mdx": "^2.0.13",
"framer-motion": "^11.9.0",
"lodash": "^4.17.21",
"next": "^14.2.15",
"react": "^18",
"react-dom": "^18",
"zustand": "^5.0.1"
},
"devDependencies": {
"@globus/types": "^0.0.7",
"@heroicons/react": "^2.1.5",
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.48.2",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"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.2",
"eslint-plugin-react-hooks": "^4.6.2",
"glob": "^11.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.3.3",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "^5"
}
}