-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.75 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.75 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "igvf-ui",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start --keepAliveTimeout 70000",
"lint": "next lint",
"test": "jest --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run --record --key 083e76f3-5f44-43f0-b248-ace10abf0877",
"format": "prettier --write ."
},
"dependencies": {
"@auth0/auth0-react": "^2.0.2",
"@floating-ui/react": "0.27.4",
"@headlessui/react": "2.0.1",
"@heroicons/react": "^2.0.10",
"@nivo/bar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/diff": "^8.0.0",
"@types/node": "^24.0.13",
"@types/pako": "^2.0.4",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@visx/visx": "^3.11.0",
"@xyflow/react": "^12.8.3",
"ace-builds": "^1.5.0",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"diff": "^8.0.2",
"elkjs": "^0.11.0",
"empty-schema": "^0.1.5",
"find-duplicated-property-keys": "^1.2.9",
"isomorphic-dompurify": "2.22.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"marked-react": "3.0.0",
"motion": "^12.23.24",
"next": "13.4.12",
"pako": "^2.1.0",
"papaparse": "^5.4.1",
"pretty-format": "^29.5.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-ace": "^11.0.1",
"react-date-range": "^2.0.1",
"react-dom": "18.2.0",
"react-svg-pan-zoom": "^3.12.1",
"react-svg-pan-zoom-loader": "^1.6.1",
"react-syntax-highlighter": "^15.5.0",
"redis": "^5.10.0",
"tailwind-merge": "^3.4.0",
"typescript": "^5.8.3",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@eslint/eslintrc": "2.1.4",
"@eslint/js": "8.56.0",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/typography": "^0.5.4",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.6.1",
"@types/cypress": "^1.1.3",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.14.195",
"@types/xxhashjs": "^0.2.4",
"coveralls": "^3.1.1",
"cypress": "^14.5.1",
"eslint": "8.56.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-testing-library": "5.11.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.0.2",
"postcss": "^8.4.14",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.6.12",
"pretty-format": "^29.5.0",
"tailwindcss": "^4.3.0"
}
}