-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.58 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
56
{
"name": "chatbot",
"version": "1.0.0",
"description": "chatbot BIPA",
"main": "index.js",
"scripts": {
"build": "tailwindcss -i ./src/styles.css -o ./dist/output.css --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "Badan Bahasa",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
},
"dependencies": {
"@duetds/components": "^8.6.8",
"@duetds/css": "^4.0.42",
"@duetds/fonts": "^3.0.51",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"axios": "^1.7.7",
"bootstrap": "^4.5.2",
"boxicons": "^2.1.4",
"chart.js": "^4.4.6",
"chatbot": "file:",
"dotenv": "^16.4.5",
"dotenv-expand": "^12.0.1",
"ejs": "^3.1.10",
"express": "^4.21.1",
"i18next": "^24.0.5",
"i18next-browser-languagedetector": "^8.0.1",
"i18next-express-middleware": "^2.0.0",
"i18next-http-middleware": "^3.7.0",
"i18next-node-fs-backend": "^2.1.3",
"icofont": "^1.0.0",
"jquery": "^3.7.1",
"jquery-easing": "^0.0.1",
"jquery.counterup": "^2.1.0",
"jsonwebtoken": "^9.0.2",
"jsvectormap": "^1.6.0",
"jwt-decode": "^4.0.0",
"owl.carousel": "^2.3.4",
"path": "^0.12.7",
"postcss-cli": "^11.0.0",
"remixicon": "^4.3.0",
"sweetalert2": "^11.14.5"
}
}