-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.06 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3.06 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
92
93
94
95
96
97
98
99
{
"name": "se-vis",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && NODE_OPTIONS=--max-old-space-size=12288 vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/open-sans": "^5.0.29",
"@fontsource/raleway": "^5.0.20",
"@react-icons/all-files": "^4.1.0",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-virtual": "^3.8.3",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.13",
"@types/lodash-es": "^4.17.12",
"@types/papaparse": "^5.3.14",
"@types/plotly.js": "^2.33.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-table": "^7.7.20",
"@types/react-virtualized": "^9.21.30",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@visx/axis": "^3.10.1",
"@visx/brush": "^3.10.4",
"@visx/curve": "^3.3.0",
"@visx/event": "^3.3.0",
"@visx/group": "^3.3.0",
"@visx/heatmap": "^3.3.0",
"@visx/hierarchy": "^3.3.0",
"@visx/legend": "^3.10.3",
"@visx/mock-data": "^3.3.0",
"@visx/network": "^3.3.0",
"@visx/pattern": "^3.3.0",
"@visx/responsive": "^3.10.2",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/stats": "^3.5.0",
"@visx/text": "^3.12.0",
"@visx/tooltip": "^3.3.0",
"@visx/vendor": "^3.5.0",
"@visx/visx": "^3.11.0",
"constrained-editor-plugin": "^1.4.0",
"d3": "^7.9.0",
"d3-contour": "^4.0.2",
"d3-lasso": "^0.0.5",
"d3-scale-chromatic": "^3.1.0",
"faker": "^6.6.6",
"framer-motion": "^11.3.8",
"genBins": "link:@types/visx/mock-data/lib/generators/genBins",
"jstat": "^1.9.6",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mathjs": "^13.0.3",
"mock-data": "link:@visx/mock-data",
"node-apriori": "^1.0.0",
"object-hash": "^3.0.0",
"papaparse": "^5.4.1",
"plotly.js": "^2.34.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-plotly.js": "^2.6.0",
"react-syntax-highlighter": "^15.6.1",
"react-table": "^7.8.0",
"react-virtualized": "^9.22.5",
"react-virtualized-auto-sizer": "^1.0.24",
"react-virtuoso": "^4.10.4",
"react-window": "^1.8.10",
"simple-statistics": "^7.8.3",
"textures": "^1.2.3",
"uuid": "^10.0.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"gh-pages": "^6.2.0",
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}