-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
58
59
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "0.16.9",
"@astrojs/mdx": "^0.19.6",
"@astrojs/react": "^2.2.1",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "3.1.3",
"@resvg/resvg-js": "^2.4.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/eslint": "^8.40.0",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"astro-eslint-parser": "^0.14.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"framer-motion": "^10.12.16",
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
},
"devDependencies": {
"@astrojs/prefetch": "^0.2.3",
"@astrojs/rss": "^2.4.3",
"@iconify/icons-arcticons": "^1.2.77",
"@tailwindcss/line-clamp": "^0.4.4",
"astro": "2.5.7",
"astro-icon": "^0.8.1",
"satori": "0.10.1",
"satori-html": "^0.3.2",
"sharp": "^0.32.6"
}
}