-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
{
"name": "client-lpvtech-site",
"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.8.0",
"@astrojs/netlify": "^5.4.0",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@emailjs/browser": "^4.4.1",
"@portabletext/react": "^3.1.0",
"@sanity/astro": "^3.1.4",
"@sanity/client": "^6.21.1",
"@sanity/vision": "^3.52.2",
"@sanity/visual-editing": "^2.1.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"aos": "^2.3.4",
"astro": "^4.11.5",
"astro-portabletext": "^0.10.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sanity": "^3.52.2",
"sharp": "^0.33.4",
"styled-components": "^6.1.12",
"swiper": "^11.1.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/styled-components": "^5.1.34",
"netlify-cli": "^17.33.4"
}
}