forked from gndx/ev0-astro-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.73 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
{
"name": "ev0-astro-theme",
"version": "1.1.3",
"description": "EV0 is a free and open-source serverless blog template, built with Astro, Tailwind CSS, and TypeScript.",
"license": "MIT",
"private": true,
"author": {
"name": "GNDX"
},
"homepage": "https://ev0.gndx.io",
"contributors": [
{
"name": "Oscar Barajas @gndx",
"email": "[email protected]",
"url": "https://gndx.dev"
}
],
"keywords": [
"JavaScript",
"Astro",
"react",
"tailwindcss",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/gndx/ev0-astro-theme.dev.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"youtube": "node scripts/youtube.cjs",
"newpost": "astro-md-generator",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"devDependencies": {
"@astrojs/mdx": "1.1.2",
"@astrojs/prefetch": "0.4.1",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "3.0.1",
"@astrojs/tailwind": "5.0.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.10",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"astro": "3.3.4",
"astro-compress": "2.0.15",
"astro-md-generator": "1.0.0",
"astro-robots-txt": "1.0.0",
"astro": "3.3.0",
"dotenv": "16.3.1",
"eslint-plugin-astro": "0.29.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint": "8.51.0",
"googleapis": "127.0.0",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-tailwindcss": "0.5.6",
"prettier": "3.0.3",
"tailwindcss": "3.3.4",
"vite-plugin-pwa": "0.16.5"
}
}