-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 948 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 948 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
35
36
{
"name": "cliqshot-website",
"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.5.5",
"@astrojs/netlify": "^5.1.2",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.16",
"@fontsource/dela-gothic-one": "^5.0.17",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"astro": "^4.4.4",
"embla-carousel-react": "^8.0.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"validator": "^13.11.0",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/validator": "^13.11.9"
}
}