noc-book-2/package.json

38 lines
1 KiB
JSON
Raw Normal View History

2022-02-08 01:58:11 +01:00
{
"name": "noc2",
"version": "1.0.0",
"description": "A repo to test out a workflow with Notion for the Nature of Code book",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-04-04 22:39:53 +02:00
"import-notion-docs": "node scripts/import-notion-docs.js"
2022-02-08 01:58:11 +01:00
},
2022-04-04 22:39:53 +02:00
"type": "module",
2022-02-08 01:58:11 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/nature-of-code/noc-notion.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nature-of-code/noc-notion/issues"
},
2022-02-08 02:11:55 +01:00
"homepage": "https://github.com/nature-of-code/noc-notion#readme",
"dependencies": {
2022-04-03 01:34:00 +02:00
"@notionhq/client": "^1.0.4",
2022-02-20 15:55:24 +01:00
"axios": "^0.25.0",
2022-04-04 22:39:53 +02:00
"hast-util-to-html": "^8.0.3",
"hastscript": "^7.0.2",
"lodash-es": "^4.17.21",
2022-02-20 15:55:24 +01:00
"magicbook-codesplit": "^0.1.6",
2022-03-31 17:30:20 +02:00
"magicbook-katex": "0.0.7",
2022-04-04 22:39:53 +02:00
"magicbook-webpack": "0.0.4",
"rehype-format": "^4.0.1",
"unist-util-visit": "^4.1.0"
2022-02-20 15:55:24 +01:00
},
"devDependencies": {
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
2022-02-08 02:11:55 +01:00
}
2022-02-08 01:58:11 +01:00
}