-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.61 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "p-sidequest",
"version": "1.0.0",
"private": true,
"author": "Emilio Popovits Blake",
"description": "SideQuest D&D Website",
"repository": {
"type": "git",
"url": "git+https://github.com/A01027265/sidequestdnd.git"
},
"bugs": {
"url": "https://github.com/A01027265/sidequestdnd/issues"
},
"homepage": "http://sidequestdnd.herokuapp.com",
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"wpbuild": "webpack"
},
"dependencies": {
"body-parser": "^1.19.0",
"cloudinary": "^1.23.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-mongo-sanitize": "^2.0.0",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"helmet": "^3.23.3",
"http-errors": "~1.6.3",
"mongoose": "^5.10.11",
"mongoose-bcrypt": "^1.9.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"pdf-lib": "^1.11.2",
"pug": "^3.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^23.1.0",
"@ckeditor/ckeditor5-autoformat": "^23.1.0",
"@ckeditor/ckeditor5-basic-styles": "^23.1.0",
"@ckeditor/ckeditor5-block-quote": "^23.1.0",
"@ckeditor/ckeditor5-ckfinder": "^23.1.0",
"@ckeditor/ckeditor5-dev-utils": "^23.6.1",
"@ckeditor/ckeditor5-easy-image": "^23.1.0",
"@ckeditor/ckeditor5-editor-classic": "^23.1.0",
"@ckeditor/ckeditor5-essentials": "^23.1.0",
"@ckeditor/ckeditor5-heading": "^23.1.0",
"@ckeditor/ckeditor5-image": "^23.1.0",
"@ckeditor/ckeditor5-image-via-url": "file:plugins/ckeditor/ckeditor5-image-via-url",
"@ckeditor/ckeditor5-indent": "^23.1.0",
"@ckeditor/ckeditor5-link": "^23.1.0",
"@ckeditor/ckeditor5-list": "^23.1.0",
"@ckeditor/ckeditor5-media-embed": "^23.1.0",
"@ckeditor/ckeditor5-paragraph": "^23.1.0",
"@ckeditor/ckeditor5-paste-from-office": "^23.1.0",
"@ckeditor/ckeditor5-table": "^23.1.0",
"@ckeditor/ckeditor5-theme-lark": "^23.1.0",
"@ckeditor/ckeditor5-typing": "^23.1.0",
"@ckeditor/ckeditor5-ui": "file:plugins/ckeditor/ckeditor5-ui",
"css-loader": "^5.0.1",
"nodemon": "^2.0.6",
"postcss": "^8.1.7",
"postcss-loader": "^3.0.0",
"raw-loader": "^3.1.0",
"style-loader": "^1.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"engines": {
"node": "14.5.0"
}
}