-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "site",
"scripts": {
"prepare": "panda codegen",
"dev": "astro dev --host",
"build": "astro build",
"start": "astro start",
"check": "astro check"
},
"type": "module",
"devDependencies": {
"@types/node": "^22.7.6",
"postcss": "^8.4.47"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/solid-js": "^3.0.0-beta.2",
"@astrojs/vercel": "^8.0.0-beta.2",
"@biomejs/biome": "^1.9.4",
"@fontsource/open-sans": "^5.1.0",
"@fontsource/pt-mono": "^5.1.0",
"@iconify-json/lucide": "^1.2.10",
"@pandacss/dev": "^0.46.1",
"@solid-primitives/event-listener": "^2.3.3",
"@solid-primitives/resize-observer": "^2.0.26",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.9",
"@vanilla-extract/integration": "^7.1.10",
"astro": "^5.0.0-beta.5",
"babel-preset-solid": "^1.9.2",
"bungie-api-ts": "^5.1.0",
"npm-check-updates": "^17.1.4",
"oxide.ts": "^1.1.0",
"solid-js": "^1.9.2",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3"
},
"engines": {
"node": ">=18"
},
"imports": {
"@panda/*": "./src/@panda/*"
},
"trustedDependencies": [
"@biomejs/biome",
"esbuild",
"astro"
]
}