-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
{
"name": "@m4rrc0/poko-astro-notion",
"version": "1.0.0-alpha.0",
"private": false,
"description": "Astro + Notion + MDX = ❤️",
"license": "AGPL-3.0-or-later",
"repository": "m4rrc0/poko-notion",
"keywords": [
"astro",
"notion",
"MDX",
"markdown",
"website builder",
"digital garden"
],
"homepage": "https://github.com/m4rrc0/poko-notion",
"bugs": {
"url": "https://github.com/m4rrc0/poko-notion/issues"
},
"author": "m4rrc0 (https://www.m4rr.co/)",
"scripts": {
"dev": "astro dev --experimental-integrations",
"start": "astro dev --experimental-integrations",
"build": "astro build --experimental-integrations",
"preview": "astro preview",
"serve": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.19"
},
"dependencies": {
"@astrojs/preact": "^0.1.2",
"@mdx-js/mdx": "^2.1.1",
"@mdx-js/rollup": "^2.1.1",
"@notionhq/client": "^1.0.4",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"deepmerge": "^4.2.2",
"dotenv": "^16.0.0",
"lodash.set": "^4.3.2",
"node-stream-zip": "^1.15.0",
"nodejs-file-downloader": "^4.9.3",
"notion-to-md": "^2.3.2",
"preact": "^10.7.1",
"rehype-slug": "^5.0.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-mdx-frontmatter": "^1.1.1",
"remark-unwrap-images": "^3.0.1",
"unified": "^10.1.2",
"unist-builder": "^3.0.0",
"unist-util-filter": "^4.0.0",
"unist-util-is": "^5.1.1",
"unist-util-map": "^3.1.1",
"unist-util-visit-parents": "^5.1.0"
}
}