forked from portone-io/developers.portone.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "developers.portone.io",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"overrides": {
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest"
},
"dependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/preact": "^2.1.0",
"@astrojs/solid-js": "^2.1.0",
"@iconify-json/ic": "^1.1.13",
"@preact/compat": "^17.1.2",
"@preact/signals": "^1.1.3",
"@rollup/plugin-yaml": "^4.0.1",
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@unocss/preset-icons": "^0.50.6",
"@unocss/preset-wind": "^0.50.6",
"@unocss/reset": "^0.50.6",
"astro": "^2.1.9",
"date-fns": "^2.30.0",
"fuse.js": "^6.6.2",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"mdast-util-from-markdown": "^1.3.0",
"mdast-util-mdx": "^2.0.1",
"mdast-util-to-string": "^3.2.0",
"micromark-extension-mdxjs": "^1.0.1",
"preact": "^10.13.2",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"rehype-pretty-code": "^0.9.4",
"shiki": "^0.14.1",
"solid-js": "^1.4.3",
"unocss": "^0.50.6"
}
}