-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "stdpi",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "vitest",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"launch": "wrangler pages deploy dist",
"fmt": "biome format . --write",
"lnt": "biome lint . --apply-unsafe",
"chk": "biome check . --apply"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@biomejs/biome": "1.4.1",
"@types/canvas-confetti": "^1.6.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.10",
"astro-compress": "^2.3.5",
"cross-env": "^7.0.3",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.6.2",
"bootstrap-icons": "^1.11.3",
"canvas-confetti": "^1.9.3",
"pixelarticons": "^1.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5"
}
}