-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1023 Bytes
/
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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@dylf/wasm-game-of-life": "^0.1.0",
"@fontsource-variable/signika": "^5.0.20",
"@fontsource-variable/work-sans": "^5.0.19",
"@fontsource/orienta": "^5.0.13",
"@fontsource/victor-mono": "^5.0.13",
"@fontsource/work-sans": "^5.0.18",
"@vercel/speed-insights": "^1.0.12",
"astro": "^4.11.5",
"tailwindcss": "^3.4.4",
"vite": "^4.5.3",
"vite-plugin-wasm": "^3.3.0"
},
"packageManager": "pnpm@9.1.1",
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^18.19.39",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}