-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.76 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.76 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
78
79
{
"name": "scheduling-v2",
"version": "0.4.0",
"private": true,
"type": "module",
"scripts": {
"dev": "concurrently -n \"DB,Next\" -c \"greenBright,magentaBright\" \"bash scripts/setupDB.sh\" \"yarn clean && next dev\"",
"clean": "rimraf .next",
"build": "yarn clean && next build",
"lint": "next lint",
"start": "bash scripts/setupDB.sh && next start"
},
"dependencies": {
"@floating-ui/react": "^0.26.23",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query-devtools": "^5.52.1",
"@tippyjs/react": "^4.2.6",
"@turf/turf": "^7.1.0",
"axios": "^1.7.7",
"babel-plugin-react-compiler": "0.0.0-experimental-4e0eccf-20240830",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"firebase": "^10.13.0",
"ioredis": "^5.4.1",
"leaflet": "^1.9.4",
"leaflet-polylinedecorator": "^1.6.0",
"lucide-react": "^0.445.0",
"msnodesqlv8": "^4.4.0",
"mssql": "^11.0.1",
"next": "^15.2.3",
"node-cache": "^5.1.2",
"odbc": "^2.4.9",
"pm2": "^5.4.2",
"priorityqueuejs": "^2.0.0",
"react": "19.0.0-rc-e56f4ae3-20240830",
"react-big-calendar": "^1.13.4",
"react-dom": "19.0.0-rc-e56f4ae3-20240830",
"react-leaflet": "^4.2.1",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"concurrently": "^9.1.2",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-compiler": "^0.0.0-experimental-72f06b2-20240822",
"eslint-plugin-react-hooks": "^4.6.2",
"nextjs-node-loader": "^1.1.5",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-brace-style": "^0.7.0",
"prettier-plugin-classnames": "^0.7.2",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-merge": "^0.7.1",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}