-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 959 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
35
36
37
{
"name": "fortezhuo",
"description": "My Personal Landing Page",
"type": "module",
"version": "0.0.1",
"private": true,
"homepage": "https://fortezhuo.my.id/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"clean": "rimraf dist .astro node_modules"
},
"devDependencies": {
"@astrojs/image": "^0.13.1",
"@astrojs/tailwind": "^3.0.1",
"@types/micromodal": "^0.3.3",
"astro": "^2.0.4",
"prettier": "2.8.3",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"rimraf": "^4.1.2",
"tailwindcss-fluid-type": "^2.0.3"
},
"dependencies": {
"@fontsource/inter": "^4.5.14",
"astro-icon": "^0.8.0",
"micromodal": "^0.4.10",
"sharp": "^0.31.2",
"svgo": "^2.8.0",
"tailwindcss": "^3.2.4",
"tiny-invariant": "^1.3.1"
}
}