-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "alextrs.dev",
"description": "https://alextrs.dev website",
"type": "module",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexTorresDev/alextrs.dev.git"
},
"keywords": [],
"author": "Alex Torres",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexTorresDev/alextrs.dev/issues"
},
"homepage": "https://github.com/AlexTorresDev/alextrs.dev#readme",
"dependencies": {
"@astrojs/mdx": "^2.0.0",
"@astrojs/preact": "3.0.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "3.0.3",
"@astrojs/tailwind": "5.0.3",
"astro": "4.0.3",
"flowbite": "2.2.0",
"preact": "10.19.3",
"sharp": "0.33.0",
"snarkdown": "^2.0.0",
"tailwind": "4.0.0",
"vite-plugin-pwa": "^0.17.4"
},
"devDependencies": {
"flowbite-typography": "1.0.3",
"standard": "17.1.0"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}