generated from stegripe/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.49 KB
/
package.json
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
{
"name": "bandrek",
"version": "1.0.0",
"description": "Sebuah standalone MySQL Panel (bundled), yang dapat digunakan untuk mempermudah workflow penggunaan. Menggunakan MariaDB sebagai database.",
"license": "AGPL-3.0",
"author": "Stegripe Development <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/stegripe/bandrek.git"
},
"bugs": {
"url": "https://github.com/stegripe/bandrek/issues"
},
"homepage": "https://github.com/stegripe/bandrek#readme",
"main": "dist/index.js",
"scripts": {
"build": "next build",
"lint": "next lint",
"start": "next start -p 3000",
"dev": "next dev"
},
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
},
"dependencies": {
"@sequelize/core": "7.0.0-alpha.37",
"mariadb": "^3.3.2",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"sequelize": "^6.37.3"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.11",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.47",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.3"
}
}