-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "@arthurfiorette/risk-dice",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/arthurfiorette/risk-dice.git"
},
"license": "MIT",
"author": "Arthur Fiorette <me@arthur.place>",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"format": "biome format --write .",
"lint": "biome check .",
"lint:ci": "biome ci .",
"lint:fix": "biome check --write --unsafe .",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "0.9.3",
"@astrojs/react": "3.6.2",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.1",
"@biomejs/biome": "1.9.2",
"@types/node": "22.7.0",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@vite-pwa/assets-generator": "0.2.6",
"@vite-pwa/astro": "0.4.3",
"astro": "4.15.9",
"astro-compress": "2.3.1",
"astro-robots-txt": "1.0.0",
"astro-seo": "0.8.4",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"sharp": "0.33.5",
"sharp-ico": "0.1.5",
"tailwind-merge": "2.5.2",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite-plugin-pwa": "0.20.5",
"workbox-window": "7.1.0",
"zustand": "5.0.0-rc.2"
},
"packageManager": "pnpm@9.5.0"
}