-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.74 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
{
"name": "papierkorb.js-classic",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "pm2 start ./bin/www",
"stop": "pm2 stop all",
"postversion": "git push",
"test": "node_modules/.bin/mocha --exit --reporter spec",
"depcheck": "npx depcheck",
"prettier views js": "npx prettier --write public/js/views/",
"prettier modules": "npx prettier --write modules/",
"prettier routes": "npx prettier --write routes/"
},
"dependencies": {
"async": "^3.2.3",
"body-parser": "^1.19.0",
"config": "^3.3.6",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"debug": "^4.3.3",
"dotenv": "^16.0.3",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.1",
"eyes": "^0.1.8",
"formidable": "^2.1.1",
"fs-extra": "11.1.0",
"glob": "^8.0.3",
"hoek": "^6.1.3",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"memorystore": "^1.6.6",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"mongodb": "^4.12.1",
"monk": "^7.3.3",
"morgan": "^1.10.0",
"pad-start": "^1.0.2",
"pm2": "^5.1.2",
"pug": "^3.0.2",
"sanitize-filename": "^1.6.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"asleep": "^1.0.3",
"chai": "^4.3.6",
"mocha": "^10.1.0",
"pdfjs-dist": "^3.1.81",
"request": "^2.88.0",
"should": "^13.2.3",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-csstree-validator": "^2.0.0",
"stylelint-scss": "^3.21.0"
}
}