forked from Charca/astro-blog-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
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": "jenlooper-blog",
"description": "Jen Looper's home online",
"version": "3.1.3",
"author": "Jen Looper",
"homepage": "https://jenlooper.com",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && npx pagefind --site dist",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^4.2.3",
"@astrojs/partytown": "^2.1.4",
"@astrojs/tailwind": "^6.0.2",
"@iconify-json/ion": "^1.1.15",
"@iconify-json/mdi": "^1.1.64",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"accessible-astro-components": "^4.0.3",
"astro": "^5.18.0",
"astro-compress": "^2.3.5",
"astro-icon": "^1.1.5",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^8.33.0",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"lucide-astro": "^0.468.0",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.49.9",
"svgo": "^3.2.0",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"@astrojs/netlify": "^6.2.5",
"@contentauth/c2pa-web": "^0.5.5",
"astro-pagefind": "^1.8.0",
"pagefind": "^1.3.0",
"sharp": "^0.33.5"
}
}