forked from mpi2/impc-mousephenotype-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.29 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
{
"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)\" \"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": "^3.8.0",
"@tanstack/react-query": "^4.32.6",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@upsetjs/react": "^1.11.0",
"bootstrap": "^5.1.3",
"chart.js": "4.4.1",
"chartjs-adapter-moment": "^1.0.0",
"chartjs-chart-error-bars": "^4.3.3",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^2.0.1",
"d3": "^7.8.5",
"eslint-config-next": "^14.0.4",
"file-saver": "^2.0.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"msw": "^1.2.3",
"next": "^14.0.4",
"phenogrid": "^1.5.5",
"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-lazy-load-image-component": "^1.6.0",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^9.0.1",
"react-select": "^5.7.5",
"react-zoom-pan-pinch": "^2.1.3",
"sass": "^1.49.0",
"usehooks-ts": "^2.9.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.12",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.17",
"@types/react-test-renderer": "^18.0.3",
"concurrently": "^8.2.2",
"local-cors-proxy": "^1.1.0",
"next-router-mock": "^0.9.9",
"react-test-renderer": "^18.2.0",
"typescript": "5.3.2",
"undici": "^5.26.5"
},
"msw": {
"workerDirectory": "public"
}
}