-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.06 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.06 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
{
"name": "@bsky-react-post/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "czg",
"prepare": "is-ci || husky",
"format": "biome check --write ."
},
"private": true,
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@nx/js": "19.8.10",
"@nx/next": "19.8.10",
"@nx/react": "19.8.10",
"@nx/rollup": "19.8.10",
"@nx/workspace": "19.8.10",
"@rafty/plugin": "^1.1.2",
"@rollup/plugin-terser": "^0.4.4",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-highlight-words": "^0.20.0",
"autoprefixer": "10.4.13",
"czg": "^1.10.1",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"nano-staged": "^0.8.0",
"nx": "19.8.10",
"postcss": "8.4.38",
"rollup": "^4.14.0",
"swc-loader": "0.1.15",
"tailwindcss": "3.4.3",
"tslib": "^2.3.0",
"typescript": "~5.5.2"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.17.7",
"@atproto/api": "^0.13.15",
"@heroicons/react": "^2.1.5",
"@mdx-js/loader": "^3.1.0",
"@next/mdx": "^15.0.3",
"@next/third-parties": "^15.0.3",
"@rafty/ui": "^1.7.7",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "0.5.9",
"@types/mdx": "^2.0.13",
"acorn": "^8.14.0",
"edge-cors": "^0.2.1",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"framer-motion": "^11.11.11",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"next": "14.2.3",
"next-themes": "^0.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-highlight-words": "^0.20.0",
"react-icons": "^5.3.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.1.0",
"rollup-plugin-preserve-directives": "^0.4.0",
"shiki": "^1.22.2",
"simple-functional-loader": "^1.2.1",
"swr": "^2.2.5",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zustand": "^5.0.1"
}
}