-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 957 Bytes
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
{
"name": "parokikosambibaru-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@editorjs/editorjs": "^2.30.7",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.1",
"@editorjs/list": "^2.0.3",
"@editorjs/quote": "^2.7.4",
"@google-cloud/storage": "^7.14.0",
"@tailwindcss/postcss": "^4.1.18",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"next": "^15.5.9",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.3.0",
"react-select": "^5.10.2",
"sharp": "^0.33.5",
"sonner": "^2.0.7",
"swr": "^2.3.6",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^4.1.14"
}
}