-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.08 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.08 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
{
"name": "cleanengine-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "biome check --write .",
"postinstall": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": "biome check --write --staged ."
},
"dependencies": {
"@amcharts/amcharts5": "^5.12.1",
"@react-router/fs-routes": "^7.5.3",
"@react-router/node": "^7.5.3",
"@react-router/serve": "^7.5.3",
"@sentry/profiling-node": "^9.30.0",
"@sentry/react-router": "^9.30.0",
"@stomp/stompjs": "^7.1.1",
"@xstate/react": "^5.0.4",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"isbot": "^5",
"ky": "^1.8.1",
"lightweight-charts": "^5.0.7",
"lottie-react": "^2.4.1",
"motion": "^12.12.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.5.3",
"react-toastify": "^11.0.5",
"recharts": "^3.0.2",
"ws": "^8.18.2",
"xstate": "^5.19.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@react-router/dev": "^7.5.3",
"@svgr/rollup": "^8.1.0",
"@tailwindcss/vite": "^4.1.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@vitest/coverage-v8": "^3.1.4",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"lint-staged": "^15.5.1",
"msw": "^2.8.2",
"rollup-plugin-visualizer": "^6.0.1",
"tailwindcss": "^4.1.5",
"typescript": "~5.7.2",
"vite": "^6.3.1",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"msw": {
"workerDirectory": [
"public"
]
}
}