-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "alextorresdev.github.io",
"description": "https://alextorresdev.github.io website",
"type": "module",
"version": "1.0.1",
"private": true,
"packageManager": "pnpm@10.6.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexTorresDev/alextorresdev.github.io.git"
},
"keywords": [],
"author": "Alex Torres",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexTorresDev/alextorresdev.github.io/issues"
},
"homepage": "https://github.com/AlexTorresDev/alextorresdev.github.io#readme",
"dependencies": {
"@astrojs/mdx": "4.0.8",
"@astrojs/preact": "4.0.4",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@tailwindcss/vite": "4.0.13",
"astro": "^5.3.1",
"flowbite": "3.1.2",
"preact": "10.26.2",
"sharp": "0.33.5",
"snarkdown": "2.0.0",
"tailwindcss": "4.0.13",
"vite-plugin-pwa": "0.21.1"
},
"devDependencies": {
"flowbite-typography": "1.0.5",
"standard": "17.1.2"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}