mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-11-10 14:44:14 +00:00
f4d7bad8d8
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"scripts": {
|
|
"validate": "bin/validate.js",
|
|
"test": "mocha",
|
|
"build": "bin/build-site.js",
|
|
"serve": "http-server site/build/",
|
|
"start": "bin/serve-site.js"
|
|
},
|
|
"nodemonConfig": {
|
|
"ext": "js,md,html,css",
|
|
"ignore": [
|
|
"site/build/"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"lunr": "2.3.7",
|
|
"marked": "^4.0.10",
|
|
"phin": "^3.4.0",
|
|
"rimraf": "^3.0.0",
|
|
"swig-templates": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"http-server": "^14.0.0",
|
|
"mocha": "^9.1.3"
|
|
}
|
|
}
|