mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
68 lines
2 KiB
JSON
68 lines
2 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:import": "c8 --check-coverage node scripts/lib/test/index.mjs",
|
|
"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": {
|
|
"@notionhq/client": "^2.0.0",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"autoprefixer": "^10.4.7",
|
|
"dotenv": "^16.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"gatsby": "^4.19.1",
|
|
"gatsby-plugin-image": "^2.19.0",
|
|
"gatsby-plugin-postcss": "^5.19.0",
|
|
"gatsby-plugin-react-helmet": "^5.19.0",
|
|
"gatsby-plugin-sharp": "^4.19.0",
|
|
"gatsby-source-filesystem": "^4.19.0",
|
|
"gatsby-transformer-json": "^4.19.0",
|
|
"gatsby-transformer-sharp": "^4.19.0",
|
|
"hast-util-to-html": "^8.0.3",
|
|
"hastscript": "^7.0.2",
|
|
"katex": "^0.16.0",
|
|
"lodash-es": "^4.17.21",
|
|
"magicbook": "^0.1.30",
|
|
"magicbook-codesplit": "^0.1.6",
|
|
"magicbook-katex": "0.0.7",
|
|
"node-fetch": "^3.2.9",
|
|
"postcss": "^8.4.14",
|
|
"postcss-import": "^14.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-icons": "^4.4.0",
|
|
"rehype-format": "^4.0.1",
|
|
"rehype-highlight": "^5.0.2",
|
|
"rehype-katex": "^6.0.2",
|
|
"rehype-parse": "^8.0.4",
|
|
"rehype-react": "^7.1.1",
|
|
"rehype-slug": "^5.0.1",
|
|
"tailwindcss": "^3.1.6",
|
|
"unified": "^10.1.2",
|
|
"unist-util-remove": "^3.1.0",
|
|
"unist-util-visit": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "^7.12.0",
|
|
"tape": "^5.6.0"
|
|
}
|
|
}
|