-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 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
{
"name": "festival-admin",
"version": "0.1.0",
"description": "Praca inżynierska - strona administracyjna festiwalu muzycznego z sklepem internetowym",
"author": "Mikołaj Gawron gawrmiko@gmail.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@auth/mongodb-adapter": "^3.11.1",
"@aws-sdk/client-s3": "^3.978.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/sortablejs": "1.15.9",
"axios": "^1.13.4",
"date-fns": "^4.1.0",
"mime-types": "^3.0.2",
"mongodb": "^6.10.0",
"mongoose": "^9.1.5",
"multiparty": "^4.2.3",
"next": "16.1.6",
"next-auth": "^4.24.13",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.6",
"sweetalert2": "^11.26.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.18"
}
}