mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-11-10 06:34:22 +00:00
651d41009e
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.25 to 3.3.1 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.3.1) Updates `mocha` from 9.1.3 to 9.2.2 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v9.1.3...v9.2.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... 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.2.2"
|
|
}
|
|
}
|