-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 954 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": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.8",
"@googlemaps/js-api-loader": "^1.16.2",
"@iconify-json/heroicons-outline": "^1.1.10",
"@material-tailwind/react": "^2.1.8",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "^4.1.2",
"astro-icon": "^1.0.2",
"preline": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vue": "^3.4.14",
"vue-localstorage": "^0.6.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/google.maps": "^3.54.10",
"daisyui": "^4.6.0"
}
}