-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watchAll",
"local": "NEXT_PUBLIC_PROXY_ENABLED=TRUE concurrently \"lcp --proxyUrl $(grep NEXT_PUBLIC_API_ROOT .env.development | cut -d '=' -f2)\" \"lcp --proxyUrl http://wp-p1m2-0c:5000/ --port 8020 \" \"next dev\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-regular-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@nivo/axes": "^0.83.0",
"@nivo/core": "^0.83.0",
"@nivo/heatmap": "^0.83.0",
"@sgratzl/chartjs-chart-boxplot": "4.3.1",
"@tanstack/react-query": "^4.32.6",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@upsetjs/react": "^1.11.0",
"@visx/visx": "^3.11.0",
"acd-utils": "^8.0.0",
"bootstrap": "^5.1.3",
"chart.js": "4.4.1",
"chartjs-adapter-moment": "^1.0.0",
"chartjs-chart-error-bars": "^4.4.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^2.0.1",
"chroma-js": "^2.4.2",
"classnames": "^2.5.1",
"d3": "^7.8.5",
"dompurify": "^3.1.0",
"eslint-config-next": "^14.0.4",
"file-saver": "^2.0.5",
"framer-motion": "^11.2.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"msw": "^1.2.3",
"next": "^14.2.20",
"phenogrid": "^1.5.5",
"pino": "^9.5.0",
"react": "^18.2.0",
"react-bootstrap": "^2.1.1",
"react-chartjs-2": "5.2.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-html-parser": "^2.0.2",
"react-lazy-load-image-component": "^1.6.0",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^9.0.1",
"react-select": "^5.7.5",
"react-slick": "^0.30.2",
"react-zoom-pan-pinch": "^2.1.3",
"remark-breaks": "^4.0.0",
"sass": "^1.49.0",
"slick-carousel": "^1.8.1",
"usehooks-ts": "2.15.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@testing-library/user-event": "^14.4.3",
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.12",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.17",
"concurrently": "^8.2.2",
"jest-canvas-mock": "^2.5.2",
"local-cors-proxy": "^1.1.0",
"next-router-mock": "^0.9.9",
"typescript": "5.3.2",
"undici": "^5.26.5"
},
"msw": {
"workerDirectory": "public"
}
}