-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 4.45 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "liqvis",
"version": "1.0.0",
"description": "",
"homepage": ".",
"scripts": {
"build": "npx rspack build",
"dev": "npx rspack serve",
"deploy": "gh-pages -d dist",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
"format": "prettier --write src/**/*.{ts,tsx,scss,css,json}"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@rspack/cli": "^0.3.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/node-logger": "^6.5.16",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/d3-quadtree": "3.0.2",
"@types/node": "^18.11.10",
"@types/papaparse": "^5.3.5",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@webgpu/types": "^0.1.32",
"@webpack-cli/generators": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.0",
"babel-plugin-named-exports-order": "^0.0.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.1",
"postcss": "^8.4.30",
"postcss-loader": "^7.3.3",
"postcss-preset-mantine": "^1.7.0",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"prop-types": "^15.8.1",
"ts-loader": "^9.4.2",
"typescript": "^5.0.2",
"webpack": "^5.75.0",
"webpack-dev-server": "^4.13.0",
"wepack-cli": "^0.0.1-security"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.10.5",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^7.6.2",
"@mantine/form": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@mantine/modals": "^7.6.2",
"@mantine/notifications": "^7.6.2",
"@react-three/fiber": "^8.12.0",
"@reduxjs/toolkit": "^2.2.2",
"@rspack/postcss-loader": "^0.2.12",
"@tabler/icons": "^1.114.0",
"@tabler/icons-react": "^2.18.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/d3": "^7.4.3",
"@types/d3-force": "^3.0.4",
"@types/d3-hierarchy": "^3.1.3",
"@types/d3-scale": "^4.0.3",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/density-clustering": "^1.3.3",
"@types/emscripten": "^1.39.6",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/three": "^0.146.0",
"capitalize": "^2.0.4",
"d3": "^7.8.5",
"d3-color": "^3.1.0",
"d3-force": "^3.0.0",
"d3-hierarchy": "^3.1.2",
"d3-quadtree": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-zoom": "^3.0.0",
"density-clustering": "^1.3.0",
"gh-pages": "^5.0.0",
"gl-matrix": "^3.4.3",
"immer": "^10.0.2",
"lodash": "^4.17.21",
"papaparse": "^5.3.2",
"react": "^18.2.0",
"react-data-grid": "^7.0.0-beta.20",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-scripts": "5.0.1",
"redux": "^5.0.1",
"redux-undo": "^1.1.0",
"three": "^0.147.0",
"tsne-js": "^1.0.3",
"umap-js": "^1.3.3",
"web-vitals": "^2.1.4"
},
"exports": {
".": "./dist/main.js"
},
"eslintConfig": {
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
}
}