-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
50
51
52
53
{
"name": "oktibor-site",
"version": "0.0.1",
"private": true,
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon -e js,hbs server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Tibi02/oktibor-site"
},
"homepage": "https://oktibor.com",
"author": "Tibor Otott-Kovacs",
"contributors": [
"Tibor Otott-Kovacs <tibi.93@gmail.com> (https://oktibor.com)"
],
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"add-subtract-date": "^1.0.15",
"bootstrap": "^4.6.0",
"compression": "^1.7.4",
"elly": "^1.1.11",
"express": "^5.0.0-alpha.7",
"express-cache-controller": "^1.1.0",
"formatoid": "^1.2.4",
"github-calendar-parser": "^1.2.1",
"hbs": "^4.1.2",
"html-element": "^2.3.1",
"http-errors": "^1.8.0",
"jquery": "^3.6.0",
"minixhr": "^4.0.0",
"morgan": "^1.10.0",
"mustache": "^3.2.1",
"node-fetch": "^2.6.1",
"node-html-parser": "^1.4.9",
"npm": "^7.20.3",
"octicons": "^8.5.0",
"popper.js": "^1.16.1",
"qs": "^6.10.1",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.24.0",
"nodemon": "^1.19.4"
}
}