-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.95 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.95 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "trelliscopejs-lib",
"version": "0.7.23",
"type": "module",
"files": [
"dist"
],
"main": "./dist/trelliscope-viewer.umd.cjs",
"module": "./dist/trelliscope-viewer.js",
"exports": {
".": {
"import": "./dist/trelliscope-viewer.js",
"require": "./dist/trelliscope-viewer.umd.cjs"
}
},
"homepage": ".",
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/jost": "^5.0.17",
"@fontsource/poppins": "^5.0.12",
"@fontsource/source-code-pro": "^5.0.17",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^3.1.1",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^7.1.0",
"@reduxjs/toolkit": "^2.2.2",
"@vitejs/plugin-react": "^4.2.1",
"@wojtekmaj/react-daterange-picker": "^5.5.0",
"@wojtekmaj/react-datetimerange-picker": "^5.5.0",
"array-sort": "^1.0.0",
"browser-jsonp": "^1.1.5",
"classnames": "^2.5.1",
"crossfilter2": "^1.5.4",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"dompurify": "^3.0.11",
"lodash.clonedeep": "^4.5.0",
"lodash.difference": "^4.5.0",
"lodash.isequal": "^4.5.0",
"material-react-table": "^2.12.1",
"msw": "^2.2.13",
"notistack": "^3.0.1",
"papaparse": "^5.4.1",
"react": "19.2.1",
"react-calendar": "^4.8.0",
"react-dom": "19.2.1",
"react-error-boundary": "^4.0.13",
"react-hotkeys-hook": "^4.5.0",
"react-joyride": "^2.8.0",
"react-redux": "^9.1.0",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.0",
"use-resize-observer": "^9.1.0",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^4.3.2"
},
"scripts": {
"start": "vite",
"start-test": "export CI=1; vite --port 3080 --no-open",
"build": "tsc && vite build && vite build -c vite.lib.config.ts --emptyOutDir=false",
"preview": "vite preview",
"deploy": "./deploy.sh",
"analyze": "source-map-explorer 'dist/assets/*.js'",
"lint": "node_modules/eslint/bin/eslint.js src",
"create:component": "hygen new component"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:8080",
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.42.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/array-sort": "^1.0.3",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/dompurify": "^3.0.5",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.difference": "^4.5.9",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.11.30",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-virtualized": "^9.21.29",
"@types/react-window": "^1.8.8",
"@typescript-eslint/parser": "^7.4.0",
"cors-anywhere": "^0.4.4",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"hygen": "^6.2.11",
"jest-fail-on-console": "^3.1.2",
"prettier": "3.2.5",
"redux-mock-store": "^1.5.4",
"sass": "^1.72.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.3",
"vite-plugin-css-injected-by-js": "^3.5.0"
},
"msw": {
"workerDirectory": "public"
}
}