4f0fccc3b9
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
488 B
JSON
23 lines
488 B
JSON
{
|
|
"name": "teaching-framework-nodejs-advanced",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@marp-team/marp-cli": "^1.5.0",
|
|
"foreman": "^3.0.1",
|
|
"node-sass": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@marp-team/marp-core": "^3.0.0",
|
|
"markdown-it-footnote": "^3.0.2"
|
|
}
|
|
}
|