-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 849 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 849 Bytes
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": "@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/react": "^1.2.2",
"@astrojs/tailwind": "^2.1.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"astro": "^1.9.0",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^1.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"@iconify/react": "^4.1.1",
"@iconify/tailwind": "^1.0.1",
"daisyui": "^4.10.2",
"prettier-plugin-astro": "^0.13.0"
}
}