-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
56 lines (56 loc) · 1.66 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
{
"name": "aoi.js-website",
"version": "0.0.0",
"description": "Offical aoi.js Documentation.",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/node": "^8.3.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.28.4",
"@atlaskit/progress-tracker": "^8.7.3",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
"@expressive-code/plugin-line-numbers": "^0.35.6",
"@skyra/discord-components-core": "^4.0.0-alpha.34",
"@skyra/discord-components-react": "^4.0.0-alpha.34",
"astro": "^4.16.18",
"chakra-react-select": "^5.0.1",
"framer-motion": "^11.11.8",
"nanoid": "^3.3.8",
"prism-react-renderer": "^1.2.1",
"react": "^18.0.0",
"react-dom": "^18.3.1",
"react-slot-counter": "^3.0.0",
"rehype-autolink-headings": "^6.1.1",
"sharp": "^0.33.4",
"shiki": "^1.10.2",
"starlight-image-zoom": "^0.7.0",
"starlight-links-validator": "^0.10.1",
"starlight-package-managers": "^0.6.0",
"starlight-sidebar-topics": "^0.1.0",
"typescript": "^5.5.3",
"zustand": "^3.5.8"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"prettier-plugin-astro": "^0.14.0"
}
}