-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "opensource.sikessem.com",
"engines": {
"node": ">=20.18.0",
"pnpm": ">=9.12.2"
},
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev --open",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.28.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@builder.io/qwik": "^1.9.1",
"@qwikdev/astro": "^0.6.3",
"astro": "^4.16.7",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-nested": "^6.2.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"trustedDependencies": [
"sharp"
]
}