-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2 KB
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
{
"name": "main",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=${PORT:-8062} TZ=UTC next dev",
"build": "next build",
"build:no-lint": "next build --no-lint",
"start": "TZ=UTC next start",
"lint": "next lint"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/cache": "^11.13.1",
"@emotion/styled": "^11.11.0",
"@mitodl/course-search-utils": "^3.5.0",
"@mitodl/mitxonline-api-axios": "^2025.11.24",
"@mitodl/smoot-design": "^6.19.0",
"@next/bundle-analyzer": "^14.2.15",
"@react-pdf/renderer": "^4.3.0",
"@remixicon/react": "^4.2.0",
"@sentry/nextjs": "^10.0.0",
"@tanstack/react-query": "^5.66",
"api": "workspace:*",
"async_hooks": "^1.0.0",
"classnames": "^2.5.1",
"formik": "^2.4.6",
"iso-639-1": "^3.1.4",
"isomorphic-dompurify": "^2.27.0",
"jsdom": "^27",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "15.5.9",
"next-nprogress-bar": "^2.4.2",
"ol-components": "0.0.0",
"ol-utilities": "0.0.0",
"posthog-js": "^1.297.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-slick": "^0.30.2",
"sharp": "0.34.4",
"slick-carousel": "^1.8.1",
"tiny-invariant": "^1.3.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@faker-js/faker": "^10.0.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22.0.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-slick": "^0.23.13",
"@types/slick-carousel": "^1",
"eslint": "8.57.1",
"eslint-config-next": "^14.2.7",
"http-proxy-middleware": "^3.0.0",
"jest": "^30.0.0",
"jest-extended": "^7.0.0",
"jest-next-dynamic-ts": "^0.1.1",
"next-router-mock": "^1.0.2",
"ol-test-utilities": "0.0.0",
"ts-jest": "^29.2.4",
"type-fest": "^5.0.1",
"typescript": "^5"
}
}