-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
{
"name": "chart_chunker_2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"testwatch": "vitest",
"test": "vitest --no-watch",
"lint": "eslint ./src",
"lint-fix": "eslint ./src --fix"
},
"dependencies": {
"@sentry/integrations": "^7.42.0",
"@sentry/react": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"@styled-icons/heroicons-solid": "^10.47.0",
"@tippyjs/react": "^4.2.6",
"classnames": "^2.3.2",
"flowbite": "^1.6.3",
"flowbite-react": "^0.3.8",
"formik": "^2.2.9",
"immer": "^9.0.19",
"lodash-es": "^4.17.21",
"main-thread-scheduling": "^8.0.0",
"papaparse": "^5.3.2",
"prettier-plugin-tailwindcss": "^0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"recharts": "^2.4.3",
"url": "^0.11.0",
"zustand": "^4.3.3"
},
"devDependencies": {
"@sentry/vite-plugin": "^0.4.0",
"@types/lodash-es": "^4.17.6",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint_d": "^12.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"prettier": "2.8.4",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vitest": "^0.28.5"
}
}