forked from helmar81/filipinascam-netlify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 906 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": "filipinas",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.15.1",
"@astrojs/netlify": "^2.2.0",
"@astrojs/react": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"analytics": "^0.8.1",
"astro": "^2.0.17",
"astro-icon": "^0.8.0",
"astro-imagetools": "^0.2.7",
"firebase-tools": "^11.25.3",
"flowbite": "^1.6.3",
"google": "^2.1.0",
"netlify-plugin-minify-html": "^0.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"netlify-cli": "^2.12.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}