-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "santychuy.com",
"version": "1.0.0",
"description": "Santychuy's Website",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "wrangler pages dev ./dist",
"format": "prettier -w . --cache",
"lint": "eslint --ext .ts,.astro src",
"prepare": "husky install"
},
"keywords": [],
"author": "Santiago Carrasco <[email protected]>",
"license": "LGPL-3.0-only",
"dependencies": {
"@astrojs/cloudflare": "10.1.0",
"@astrojs/rss": "4.0.5",
"astro": "4.6.1",
"markdown-it": "14.1.0",
"nanostores": "0.10.3",
"sanitize-html": "2.13.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/toastify-js": "1.12.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.31.3",
"eslint-plugin-jsx-a11y": "6.8.0",
"husky": "^8.0.0",
"lint-staged": "15.2.0",
"prettier": "3.2.2",
"prettier-plugin-astro": "0.12.3",
"wrangler": "3.26.0"
}
}