-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.58 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
{
"name": "@fold-dev/docs",
"version": "24.10.3.0",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write 'src/**/*.{ts,tsx}' --print-width 120"
},
"dependencies": {
"@fold-dev/core": "^0.14.0",
"@fold-dev/design": "^0.14.0",
"@heroicons/react": "^2.0.18",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.2",
"next": "^13.1.2",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-social-icons": "^6.7.0",
"rehype-pretty-code": "^0.12.3",
"rehype-stringify": "^10.0.0",
"remark": "^14.0.3",
"remark-gfm": "^4.0.0",
"remark-html": "^15.0.2",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"shikiji": "^0.9.18",
"unified": "^11.0.4"
},
"engines": {
"node": ">=18.0"
},
"private": false,
"author": "Jo du Plessis",
"license": "ISC",
"bugs": {
"url": "https://github.com/fold-dev/components/issues"
},
"url": "https://github.com/fold-dev/components",
"contributors": [
{
"name": "joduplessis"
}
],
"homepage": "https://github.com/fold-dev/components#readme",
"devDependencies": {
"@types/node": "20.8.4",
"husky": "^8.0.3",
"prettier": "^3.2.2",
"pretty-quick": "^3.1.3",
"typescript": "5.3.3"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged --print-width 200"
}
}
}