-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 880 Bytes
/
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
{
"name": "micha149s-website",
"version": "0.0.0",
"private": true,
"description": "Personal website of Michael van Engelshoven",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micha149/micha149.github.com.git"
},
"author": "Michael van Engelshoven <[email protected]>",
"license": "ISC",
"dependencies": {
"@astrojs/tailwind": "^4.0.0",
"@fontsource/work-sans": "^4.5.14",
"astro": "^2.10.1",
"astro-webmanifest": "^0.6.0",
"clsx": "^1.2.1",
"svgo": "^3.0.2"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "^4.0.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.5",
"postcss-nested": "^6.0.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.3"
}
}