-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "mattfelten.com",
"author": "Matt Felten <[email protected]>",
"homepage": "https://mattfelten.com",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mattfelten/mattfelten.com.git"
},
"private": true,
"scripts": {
"start": "run-s favicons:build site:run",
"build": "run-s favicons:build site:build",
"site:run": "astro dev --open",
"site:build": "astro build",
"site:serve": "astro preview",
"favicons:build": "favicons-generate"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/react": "^3.0.10",
"@icons-pack/react-simple-icons": "^9.3.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"spinners-react": "^1.0.7",
"typescript": "^5.3.3"
},
"devDependencies": {
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/tailwind": "^5.1.0",
"@mertasan/tailwindcss-variables": "^2.7.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.4.11",
"favicons-generate": "^0.0.15",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"tailwindcss-line-length": "^1.0.0"
},
"overrides": {
"sharp": "^0.29.0"
}
}