-
-
Notifications
You must be signed in to change notification settings - Fork 432
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.29 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.29 KB
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
79
80
81
82
83
84
{
"name": "styled-components-docs",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"prepare": "husky",
"prebuild": "rimraf .next",
"precommit": "lint-staged",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production next start",
"test": "jest -c .jest.config.js",
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint": "oxlint"
},
"overrides": {
"@types/react": "^19.0.0",
"react-simple-code-editor": "0.14.1"
},
"dependencies": {
"@docsearch/js": "^3.0.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/mdx": "^3.0.0",
"@next/mdx": "^16.0.0",
"@styled-icons/boxicons-regular": "^10.47.0",
"@styled-icons/fa-brands": "^10.47.0",
"@styled-icons/material": "^10.47.0",
"bluesky-comments": "^0.13.1",
"invariant": "^2.2.4",
"markdown-to-jsx": "^9.7.15",
"next": "16.2.3",
"prism-react-renderer": "1.3.5",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-is": "^19.0.0",
"react-live-runner": "^1.0.7",
"react-transition-group": "^4.4.5",
"server-only": "^0.0.1",
"styled-components": "6.4.0",
"styled-theming": "^2.2.0",
"stylis": "^4.2.0",
"stylis-plugin-rtl": "^2.1.1"
},
"devDependencies": {
"@octokit/types": "^9.2.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@types/jest": "^30.0.0",
"@types/mdx": "^2.0.5",
"@types/node": "^22.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-transition-group": "^4.4.6",
"@types/styled-components": "^5.1.36",
"@types/styled-theming": "^2.2.5",
"csstype": "^3.1.2",
"husky": "^9.1.7",
"jest": "^30.3.0",
"jest-environment-jsdom": "30",
"jest-styled-components": "^7.1.1",
"lint-staged": "^16.4.0",
"oxfmt": "0.44.0",
"oxlint": "1.59.0",
"remark-gfm": "^4.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.4.9",
"typescript": "5.9"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
],
"overrides": {
"brace-expansion": "^1.1.13",
"minimatch": "^3.1.5",
"picomatch@<3": "^2.3.2",
"picomatch@>=4 <5": "^4.0.4"
}
},
"packageManager": "pnpm@10.33.0"
}