-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.31 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "summit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"serve": "astro preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@astrojs/netlify": "^5.1.0",
"@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@portabletext/react": "^3.0.15",
"@sanity/astro": "^2.2.0",
"@sanity/client": "^6.11.2",
"@sanity/image-url": "^1.0.2",
"@splidejs/react-splide": "^0.7.12",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"@uidotdev/usehooks": "^2.4.1",
"astro": "^4.2.4",
"astro-icon": "^1.1.0",
"astro-portabletext": "^0.9.7",
"autoprefixer": "^10.4.17",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"sanity": "^3.26.0",
"swiper": "^11.0.5",
"tailwindcss": "^3.4.1",
"three": "^0.136.0"
},
"devDependencies": {
"@csstools/postcss-global-data": "^2.1.1",
"@iconify-json/mdi": "^1.1.64",
"postcss-custom-media": "^10.0.2",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"vite-plugin-glsl": "^1.2.1"
}
}