-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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": "portfolio",
"description": "Personal portfolio site",
"version": "4.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint 'src/**'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blakenetz/portfolio.git"
},
"keywords": [
"portfolio"
],
"author": "blake netzeband <[email protected]> (https://blakenetzeband.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/blakenetz/portfolio/issues"
},
"homepage": "https://blakenetzeband.com",
"dependencies": {
"@astrojs/mdx": "^4.0.8",
"@astrojs/netlify": "^6.2.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@tabler/icons": "^3.30.0",
"@tailwindcss/vite": "^4.0.7",
"astro": "^5.3.0",
"date-fns": "^4.1.0",
"konva": "^9.3.18",
"lru-cache": "^11.0.2",
"octokit": "^4.1.2",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.7",
"unstorage": "^1.14.4"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@octokit/types": "^13.8.0",
"@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"eslint": "^9.21.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.15.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tsc": "^2.0.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.26.0"
}
}