-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.87 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
65
66
67
68
{
"name": "@effector/docs",
"type": "module",
"private": true,
"version": "23.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"search:dev": "pagefind --serve",
"search:build": "pagefind"
},
"repository": {
"type": "git",
"url": "https://github.com/effector/effector"
},
"packageManager": "[email protected]",
"overrides": {
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest"
},
"dependencies": {
"@algolia/client-search": "^4.22.1",
"@astrojs/mdx": "^2.2.1",
"@astrojs/preact": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@codesandbox/sandpack-react": "^2.10.0",
"@effector/remark-heading-id": "^2.0.2",
"@octokit/rest": "^19.0.13",
"@pagefind/default-ui": "^1.0.4",
"@tailwindcss/typography": "^0.5.10",
"@types/html-escaper": "^3.0.2",
"@types/mdast": "^4.0.3",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/unist": "^3.0.2",
"astro": "^4.5.9",
"astro-compress": "^2.2.17",
"clsx": "^1.2.1",
"cssnano": "^6.1.1",
"dotenv": "^16.4.5",
"effector": "^23.2.0",
"html-escaper": "^3.0.3",
"nanoid": "^4.0.2",
"pagefind": "^1.0.4",
"preact": "^10.18.1",
"rehype-autolink-headings": "^7.1.0",
"remark-breaks": "^4.0.0",
"remark-directive": "^3.0.0",
"remark-github": "^12.0.0",
"rollup": "^4.13.0",
"tailwindcss": "^3.4.1",
"unist-util-map": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1"
},
"devDependencies": {
"mdast-util-directive": "^3.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"typescript": "^5.2.2"
}
}