-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
78 lines (78 loc) · 2.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"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": {
"develop": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build": "gatsby build",
"build:pdf": "magicbook build",
"test": "jest",
"test:examples": "jest tests/examples.test.js",
"test:snippets": "jest tests/snippets.test.js",
"test:screenshots": "jest tests/screenshots.test.js"
},
"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": {
"@loadable/component": "^5.16.4",
"@shopify/buy-button-js": "^2.4.0",
"@tailwindcss/typography": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"autoprefixer": "^10.4.7",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.50.0",
"eslint-plugin-prefer-let": "^3.0.1",
"fs-extra": "^10.1.0",
"gatsby": "^4.19.1",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-manifest": "^4.25.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",
"glob": "^10.3.9",
"hast-util-to-html": "^9.0.2",
"jest": "^29.7.0",
"katex": "^0.16.9",
"lodash-es": "^4.17.21",
"magicbook": "^0.1.33",
"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-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^6.0.2",
"rehype-parse": "^8.0.4",
"rehype-react": "^7.1.1",
"rehype-slug": "^5.0.1",
"sharp": "^0.32.6",
"swiper": "^11.1.9",
"tailwindcss": "^3.1.6",
"typescript": "^5.2.2",
"unified": "^10.1.2",
"unist-util-remove": "^3.1.0",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13"
}
}