We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432642e commit cd91361Copy full SHA for cd91361
frontend/package.json
@@ -6,8 +6,11 @@
6
"scripts": {
7
"dev": "next dev",
8
"build": "next build",
9
- "start": "next start",
+ "start": "next start -H 0.0.0.0",
10
"lint": "next lint",
11
+ "lint:fix": "next lint --fix",
12
+ "format": "prettier --write .",
13
+ "clean": "npm run lint:fix && npm run format",
14
"generate-client": "openapi-ts"
15
},
16
"dependencies": {
@@ -23,7 +26,7 @@
23
26
"@tailwindcss/postcss": "^4.0.9",
24
27
"@tanstack/react-query": "^5.90.5",
25
28
"@tanstack/react-router": "^1.133.21",
- "apexcharts": "^4.3.0",
29
+ "apexcharts": "^4.3.0",
30
"autoprefixer": "^10.4.20",
31
"axios": "^1.12.2",
32
"flatpickr": "^4.6.13",
0 commit comments