-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1016 Bytes
/
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
{
"name": "tree-rat-cms",
"version": "1.0.0",
"description": "Open source, git based, CMS. No Database, uses JSON files. Builds from EJS templates.",
"main": "treerat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nick-dolf/tree-rat-cms.git"
},
"author": "Nick Dolf",
"license": "MIT",
"bugs": {
"url": "https://github.com/nick-dolf/tree-rat-cms/issues"
},
"homepage": "https://github.com/nick-dolf/tree-rat-cms#readme",
"dependencies": {
"connect-livereload": "^0.6.1",
"cookie-session": "^2.0.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"fs-extra": "^11.1.1",
"jquery": "^3.7.0",
"livereload": "^0.9.3",
"marked": "^5.1.0",
"multer": "^1.4.5-lts.1",
"purgecss": "^5.0.0",
"sanitize-html": "^2.10.0",
"sass": "^1.62.1",
"sharp": "^0.32.1",
"slugify": "^1.6.6"
}
}