generated from fresh-app/fresh-remix-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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": "@contentsgarten/markdown",
"version": "2.0.0",
"description": "Markdown component for contentsgarten",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"build": "tsup src/index.tsx --format esm --dts",
"dev": "pnpm run build --watch"
},
"keywords": [],
"author": "Thai Pangsakulyanont <[email protected]>",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.0",
"@types/hast": "^3.0.0",
"@types/node": "^20.0.0",
"github-slugger": "^2.0.0",
"hast-util-heading-rank": "^2.1.1",
"hast-util-to-string": "^2.0.0",
"micromark": "^4.0.0",
"micromark-extension-directive": "^2.1.2",
"micromark-extension-gfm": "^3.0.0",
"micromark-extension-wiki-link": "^0.0.4",
"rehype": "^13.0.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-slug": "^6.0.0",
"tsup": "^8.0.0",
"typescript": "5",
"unified": "^11.0.0",
"unist-util-visit": "^5.0.0",
"vitest": "^2.0.0"
},
"dependencies": {
"@wooorm/starry-night": "^3.0.0"
},
"repository": {
"url": "git+https://github.com/creatorsgarten/contentsgarten"
}
}