-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
59 lines (59 loc) · 1.75 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
{
"name": "tremendous-trappist",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "node runtime.js && node script/gitHubData.js && node script/updateIntranetImg.js && astro build",
"check": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/partytown": "^2.0.4",
"@astrojs/preact": "^3.1.2",
"@astrojs/starlight": "^0.20.1",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@iconify-json/ant-design": "^1.1.15",
"@iconify-json/basil": "^1.1.5",
"@iconify-json/tabler": "^1.1.108",
"@serverless-cd/goat-ui": "^0.0.28",
"ali-oss": "^6.21.0",
"aos": "^2.3.4",
"astro": "4.9.1",
"astro-compress": "^2.2.11",
"date-fns": "^3.4.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"node-fetch": "^2.x",
"preact": "^10.20.2",
"qs": "^6.12.0",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"rehype-external-links": "^3.0.0",
"sharp": "^0.32.5",
"swr": "^1.3.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.3",
"@swc/core": "1.6.0",
"@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"
},
"repository": "[email protected]:goat/goat-scaffold.git"
}