-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "pakatagohdotcom-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "ENVIRONMENT=DEV astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint:fix": "eslint --fix",
"prettier": "prettier"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@react-spring/web": "9.7.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"eslint-plugin-astro": "^1.3.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}