-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
54 lines (54 loc) · 1.57 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
{
"name": "apparent-antimatter",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": " node runtime.js && node script/gitHubData.js && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.1.2",
"@astrojs/starlight": "^0.15.0",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.2",
"@docsearch/css": "3.5.2",
"@docsearch/js": "^3.5.2",
"@serverless-cd/goat-ui": "^0.0.27-beta.3",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"astro": "4.9.1",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"mdast-util-toc": "^7.0.0",
"moment": "^2.29.4",
"preact": "^10.20.2",
"qs": "^6.11.2",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"rehype-external-links": "^3.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sharp": "^0.32.5",
"swr": "^1.3.0",
"typescript": "^5.3.2",
"unist-util-visit": "^5.0.0",
"web-animations-js": "^2.3.2",
"@swc/core": "1.6.0"
},
"repository": "[email protected]:goat/astro-nacos.git",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.3",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.202",
"autoprefixer": "^10.4.2",
"daisyui": "^4.4.18",
"tailwindcss": "^3.3.5",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-top-level-await": "1.4.1",
"@swc/core": "1.6.0"
}
}