-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 945 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
38
{
"name": "gfn-epic",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate:all": "node scripts/generate-all.js",
"generate:new-epic-games": "node -e 'import(\"./scripts/fetch-new-epic-games.js\").then(m => m.fetchNewEpicGames())'"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/sitemap": "3.2.1",
"@astrojs/svelte": "5.7.2",
"@astrojs/tailwind": "5.1.2",
"@astrojs/vercel": "7.8.2",
"@types/luxon": "3.4.2",
"astro": "4.16.9",
"igdb-api-node": "5.0.2",
"luxon": "3.5.0",
"mongodb": "6.10.0",
"sharp": "0.33.5",
"svelte": "4.2.19",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"zod": "3.23.8"
},
"devDependencies": {
"dotenv": "16.4.5",
"vite": "5.4.10"
},
"volta": {
"node": "18.19.0"
}
}