-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 960 Bytes
/
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
{
"name": "ta-mifa",
"version": "1.0.0",
"description": "SPK dengan metode AHP",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AHP",
"SPK"
],
"nodemonConfig": {
"ext": "js, ejs, json, css"
},
"author": "Mifa",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.9.1",
"bootstrap-table": "^1.21.1",
"connect-sqlite3": "^0.9.13",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-group-router": "^2.1.0",
"express-router-group": "^0.1.4",
"express-session": "^1.17.3",
"jquery": "^3.6.1",
"mathjs": "^11.3.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"qrcode": "^1.5.1",
"sqlite3": "^5.1.4"
}
}