-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.23 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "ev0-astro-theme",
"version": "1.1.6",
"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.dev",
"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": "3.1.3",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.13",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"astro": "^4.13.1",
"astro-md-generator": "1.0.0",
"astro-robots-txt": "1.0.0",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-astro": "1.2.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"googleapis": "140.0.1",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.7",
"vite-plugin-pwa": "0.20.1"
},
"resolutions": {
"astro/sharp": "0.33.",
"astro-compress/sharp": "0.33.1"
},
"dependencies": {
"@astrojs/react": "^3.6.1",
"@astrojs/svelte": "^5.7.0",
"@jridgewell/sourcemap-codec": "^1.5.0",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro-compressor": "^0.4.1",
"decap-cms-app": "^3.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0"
},
"overrides": {
"eslint": "^8.57.0",
"react": "^18.3.1"
}
}