mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-11-10 06:34:22 +00:00
71f472f706
Bumps [phin](https://github.com/ethanent/phin) from 3.6.0 to 3.7.1. - [Commits](https://github.com/ethanent/phin/commits) --- updated-dependencies: - dependency-name: phin 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.7.1",
|
|
"rimraf": "^3.0.0",
|
|
"swig-templates": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"http-server": "^14.0.0",
|
|
"mocha": "^9.2.2"
|
|
}
|
|
}
|