-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.81 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
54
55
56
57
58
59
{
"name": "cdarcha_server",
"version": "2.0",
"description": "Archivační server CDArcha",
"repository": {
"type": "git",
"url": "git+https://github.com/moravianlibrary/CDArcha-server.git"
},
"author": "Moravská zemská knihovna v Brně",
"license": "GPLv2",
"scripts": {
"postinstall": "cp node_modules/@popperjs/core/dist/umd/popper.min.* public/js/lib && cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.* public/js/lib && cp node_modules/jquery/dist/jquery.min.* public/js/lib && npm rebuild node-sass && ./node_modules/node-sass/bin/node-sass public/css/main.scss public/css/main.css",
"start": "node app.js"
},
"dependencies": {
"@ladjs/bootstrap-social": "^7.0.2",
"@octokit/rest": "^18.12.0",
"@popperjs/core": "^2.11.2",
"@types/node": "^17.0.19",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"bootstrap-table": "^1.20.2",
"cdarcha_api": "file:./cdarcha_api",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.0",
"errorhandler": "^1.5.1",
"express": "^4.17.3",
"express-flash": "^0.0.2",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"fs": "^0.0.1-security",
"glyphicons": "^0.2.0",
"http": "^0.0.1-security",
"http-proxy": "^1.18.1",
"https": "^1.0.0",
"md5": "^2.3.0",
"moment": "^2.29.4",
"mongodb": "^4.4.0",
"mongoose": "^6.4.6",
"morgan": "^1.10.0",
"node-sass": "^7.0.1",
"nodemailer": "^6.7.2",
"parse-multipart": "^1.0.4",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"request": "^2.88.2",
"typescript": "^4.5.5",
"uuid": "^8.3.2",
"xml-formatter": "^2.6.1"
},
"engines": {
"node": ">=16.14.0",
"npm": ">=8.3.1"
}
}