forked from goku673/servineo-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "servineo-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 8080",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@reduxjs/toolkit": "^2.9.1",
"@types/redux-logger": "^3.0.13",
"autoprefixer": "^10.4.21",
"cn": "^0.1.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.546.0",
"next": "15.5.4",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-redux": "^9.2.0",
"redux-logger": "^3.0.6",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.14",
"@types/leaflet": "^1.9.21",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.14",
"typescript": "^5"
}
}