-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 2.18 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
{
"name": "jamerrq.dev",
"version": "0.0.1",
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/deno": "^5.0.1",
"@astrojs/mdx": "^2.2.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/preact": "^3.1.0",
"@astrojs/prism": "^3.0.0",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.0.4",
"@fontsource/averia-serif-libre": "^5.0.18",
"@fontsource/merriweather": "^5.0.8",
"astro": "^4.9.2",
"astro-page-insight": "^0.4.1",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.3",
"astro-service-worker": "^0.1.2",
"preact": "^10.19.3",
"sharp": "^0.33.2",
"simple-icons": "^11.1.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"wc-toast": "^1.3.1"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"astro": "astro",
"lint": "prettier --check \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"lint:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"check-tsx": "tsc --noEmit --skipLibCheck --project tsconfig.json",
"local-build-and-preview": "bun lint && bun check-tsx && bun run build && bun run preview",
"build-unlighthouse-report": "unlighthouse --site jamerrq.deno.dev --build-static"
},
"type": "module",
"devDependencies": {
"@fontsource/calistoga": "^5.0.19",
"@fontsource/fira-mono": "^5.0.13",
"@fontsource/fira-sans": "^5.0.19",
"@midudev/tailwind-animations": "^0.0.7",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@vite-pwa/astro": "^0.3.1",
"eslint": "^8.56.0",
"eslint-config-preact": "^1.3.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lightningcss": "^1.24.1",
"postcss-nesting": "^12.1.1",
"prettier": "^3.1.1",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.3",
"sass": "^1.69.7",
"tailwindcss-debug-screens": "^2.2.1"
}
}