-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.96 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
{
"name": "galv-client",
"version": "2.3.1",
"private": true,
"proxy": "http://app/",
"type": "module",
"dependencies": {
"@canvasjs/charts": "^3.10.0",
"@canvasjs/react-charts": "^1.0.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@galv/galv": "2.5.0-dev",
"@mui/base": "^5.0.0-beta.40",
"@mui/lab": "6.0.0-beta.12",
"@mui/material": "^6.1.4",
"@mui/system": "^6.1.4",
"@react-buddy/ide-toolbox": "^2.4.0",
"@react-buddy/palette-mui": "^5.0.1",
"@tanstack/react-query": "^5",
"@zip.js/zip.js": "^2.7.52",
"apache-arrow": "^17.0.0",
"array-move": "^4.0.0",
"arrow-js-ffi": "^0.4.2",
"axios": "0.21.4",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"immer": "^10.1.1",
"native-file-system-adapter": "^3.0.1",
"parquet-wasm": "0.6.1",
"react": "^18.3.1",
"react-code-blocks": "^0.1.6",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.25.1",
"react-svg": "^16.1.34",
"tss-react": "^4.9.10",
"use-immer": "^0.10.0",
"usehooks-ts": "^3.1.0",
"web-vitals": "^4.2.2"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@storybook/addon-a11y": "^8.2.7",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/builder-vite": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/react-vite": "^8.2.6",
"@storybook/test": "^8.2.6",
"@swc/core": "^1.7.0",
"@swc/jest": "^0.2.36",
"@tanstack/eslint-plugin-query": "^5",
"@tanstack/react-query-devtools": "^5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.7",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"chromatic": "^11.5.6",
"cypress": "^13.13.1",
"cypress-vite": "^1.5.0",
"diskusage": "^1.2.0",
"eslint": "^9",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-storybook": "^0.8.0",
"globals": "^15.8.0",
"husky": "^9.1.6",
"jsdom": "^24.1.1",
"msw": "^2.3.2",
"msw-storybook-addon": "2.0.3",
"prettier": "^3.3.3",
"start-server-and-test": "^2.0.4",
"storybook": "^8.2.6",
"storybook-addon-remix-react-router": "3.0.0",
"typescript": "^5.5.4",
"vite": "^5.2.6",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.0.4"
},
"scripts": {
"dev": "vite --port 8002",
"start": "vite --port 8002",
"build:tsc": "tsc && vite build",
"build:plain": "vite build",
"build": "pnpm run build:plain",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest --run",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:e2e": "start-server-and-test 'pnpm start --port 8002' http://localhost 'pnpm cypress:run'",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"prepare": "husky"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"msw": {
"workerDirectory": [
"public"
]
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --cache --fix",
"prettier --write"
],
"*.{js,jsx,md,html,css}": "prettier --write"
}
}