mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"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",
|
|
"develop": "gatsby develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"build": "gatsby build",
|
|
"build:pdf": "magicbook build",
|
|
"import-notion-docs": "node scripts/import-notion-docs.mjs"
|
|
},
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/nature-of-code/noc-notion#readme",
|
|
"dependencies": {
|
|
"@mdx-js/mdx": "^1.6.22",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"@notionhq/client": "^2.0.0",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"autoprefixer": "^10.4.7",
|
|
"dotenv": "^16.0.0",
|
|
"gatsby": "^4.19.1",
|
|
"gatsby-plugin-mdx": "^3.19.0",
|
|
"gatsby-plugin-postcss": "^5.19.0",
|
|
"gatsby-remark-prismjs": "^6.19.0",
|
|
"hast-util-from-parse5": "^7.1.0",
|
|
"hast-util-to-html": "^8.0.3",
|
|
"hast-util-to-mdast": "^8.3.1",
|
|
"hast-util-to-string": "^2.0.0",
|
|
"hastscript": "^7.0.2",
|
|
"lodash-es": "^4.17.21",
|
|
"magicbook": "^0.1.20",
|
|
"magicbook-codesplit": "^0.1.6",
|
|
"magicbook-katex": "0.0.7",
|
|
"mdast-util-math": "^2.0.1",
|
|
"mdast-util-mdx": "^2.0.0",
|
|
"mdast-util-to-markdown": "^1.3.0",
|
|
"parse5": "^7.0.0",
|
|
"postcss": "^8.4.14",
|
|
"prismjs": "^1.28.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rehype-format": "^4.0.1",
|
|
"tailwindcss": "^3.1.6",
|
|
"unist-util-visit": "^4.1.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|