-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 976 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 976 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"docker-prod-build": "docker build -t registry.gitlab.com/issa4700/aker-dashboard:latest .",
"docker-prod-push": "docker push registry.gitlab.com/issa4700/aker-dashboard:latest"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@next-auth/mongodb-adapter": "^1.0.1",
"@next-auth/sequelize-adapter": "^1.0.2",
"ioredis": "^4.28.2",
"lodash": "^4.17.21",
"mariadb": "^2.5.5",
"minecraft-api": "^0.0.3",
"mysql2": "^2.3.3",
"nanoid": "^3.1.30",
"next": "latest",
"next-auth": "^4.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hotkeys-hook": "^3.4.4",
"react-spinners": "^0.11.0",
"sequelize": "^6.14.1",
"swr": "^1.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0"
}
}