qwik-cms/package.json

29 lines
610 B
JSON
Raw Normal View History

2021-07-27 19:24:51 +02:00
{
"name": "qwik-cms",
2021-08-09 16:56:21 +02:00
"version": "1.2.0",
2021-07-27 19:24:51 +02:00
"description": "A dead simple CMS. No bullshit.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.qwik.space/BurnyLlama/qwik-cms"
},
"keywords": [
"cms"
],
"author": "BurnyLlama",
"license": "MIT",
"dependencies": {
2021-07-27 21:57:48 +02:00
"chokidar": "^3.5.2",
2021-07-27 19:24:51 +02:00
"express": "^4.17.1",
"highlight.js": "^11.2.0",
"jsdom": "^16.7.0",
2021-08-04 20:08:33 +02:00
"marked": "^2.1.3",
2021-08-04 17:48:11 +02:00
"nunjucks": "^3.2.3",
2021-08-04 20:08:33 +02:00
"nunjucks-markdown": "^2.0.1"
2021-07-27 19:24:51 +02:00
}
}