-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.36 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.36 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
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
{
"name": "portfolio-medalcode",
"type": "module",
"version": "1.0.0",
"description": "Modern portfolio template built with Astro, featuring a minimalist dark design with blue accents. Perfect for developers and digital creatives.",
"author": {
"name": "MedalCode",
"url": "https://github.com/Medalcode"
},
"license": "MIT",
"keywords": [
"astro",
"portfolio",
"template",
"blog",
"tailwindcss",
"preact",
"dark-mode",
"developer-portfolio",
"static-site"
],
"repository": {
"type": "git",
"url": "https://github.com/Medalcode/PortfolioMedalcode.git"
},
"bugs": {
"url": "https://github.com/Medalcode/PortfolioMedalcode/issues"
},
"homepage": "https://github.com/Medalcode/PortfolioMedalcode#readme",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.ts,.astro",
"lint:fix": "eslint . --ext .js,.ts,.astro --fix",
"format": "prettier --write \"**/*.{js,ts,astro,json,md}\"",
"format:check": "prettier --check \"**/*.{js,ts,astro,json,md}\"",
"check": "astro check",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@astrojs/preact": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
"@tailwindcss/vite": "^4.1.8",
"@vercel/speed-insights": "^1.2.0",
"alpinejs": "^3.14.9",
"astro": "^5.6.1",
"astro-icon": "^1.1.5",
"mdast-util-to-string": "^4.0.0",
"preact": "^10.26.2",
"prismjs": "^1.30.0",
"reading-time": "^1.5.0",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/preact": "^3.2.4",
"@types/node": "^22.10.5",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"eslint": "^9.22.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"happy-dom": "^15.11.7",
"jsdom": "^25.0.1",
"pagefind": "^1.4.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss-animated": "^2.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"vitest": "^2.1.8"
}
}