-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 936 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": "ar-eyewear-store",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^2.2.1",
"@astrojs/tailwind": "^4.0.0",
"@fontsource/ibm-plex-sans": "^5.0.3",
"@fontsource/poppins": "^5.0.3",
"@google/model-viewer": "^3.1.1",
"@lottiefiles/lottie-player": "^2.0.2",
"@nanostores/react": "^0.7.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"astro": "^2.7.4",
"astro-icon": "^0.8.1",
"mind-ar": "^1.2.3",
"nanostores": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.2",
"three": "^0.154.0"
},
"devDependencies": {
"@types/three": "^0.152.1",
"prettier": "^2.8.8",
"sharp": "^0.32.6"
}
}