-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.78 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "evolutionygo-web-ranking",
"type": "module",
"version": "1.0.0",
"author": "Diego Cornejo <[email protected]> (https://diegocornejo.com)",
"license": "ISC",
"repository": "https://github.com/diegofcornejo/evolutionygo-web-ranking",
"bugs": "https://github.com/diegofcornejo/evolutionygo-web-ranking/issues",
"homepage": "https://evolutionygo.com",
"keywords": [
"ygo",
"yugioh",
"ygopro",
"astrojs",
"astro"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^4.0.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.0",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@nanostores/persistent": "0.10.2",
"@nanostores/react": "0.8.0",
"@playform/compress": "^0.1.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.4",
"astro-icon": "^1.1.2",
"nanostores": "0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-svg": "16.1.34",
"sonner": "1.7.0",
"svelte": "^5.2.7",
"svelte-fast-marquee": "0.8.0",
"swiper": "11.1.14",
"tailwindcss": "^3.4.14",
"typescript": "^5.7.2"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@tailwindcss/typography": "^0.5.15",
"daisyui": "^4.12.14",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"oxlint": "^0.11.1"
},
"lint-staged": {
"*.{astro,js,jsx,ts,tsx}": [
"oxlint"
]
}
}