-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.7 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.7 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
47
48
49
50
51
52
53
{
"name": "stijn-hering",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro check --watch & astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,svelte,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,svelte,astro}\""
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/react": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/tailwind": "^6.0.2",
"@iconify-json/devicon": "^1.2.62",
"@iconify-json/logos": "^1.2.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"astro": "^6.1.7",
"astro-icon": "^1.1.5",
"astro-navbar": "^2.4.0",
"baseline-browser-mapping": "^2.10.19",
"caniuse-lite": "^1.0.30001788",
"clsx": "^2.1.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"rss-parser": "^3.13.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.1",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.2.78",
"@iconify-json/tabler": "^1.2.33",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "^8.58.2",
"eslint": "^9.39.4",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^3.8.3",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}