-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
{
"name": "bagusmerta-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky install"
},
"dependencies": {
"@astrojs/markdoc": "^0.7.1",
"@astrojs/react": "^3.0.4",
"@astrojs/rss": "^3.0.0",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/simple-icons": "^1.1.106",
"@iconify-json/skill-icons": "^1.1.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.37",
"@unpic/astro": "^0.0.46",
"astro": "^3.5.2",
"astro-icon": "^1.0.2",
"astro-seo": "^0.8.0",
"astro-tooltips": "^0.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.30",
"lucide-react": "^0.354.0",
"markdown-it": "^13.0.2",
"motion": "^10.18.0",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-tippy": "^1.4.0",
"sanitize-html": "^2.11.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-text-fill-stroke": "^1.1.2",
"vaul": "^0.9.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.82",
"@iconify-json/ri": "^1.1.18",
"husky": "^8.0.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
}
}