-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "codespring-2023",
"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.2",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/fluent": "^1.1.50",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/material-symbols": "^1.1.76",
"@iconify-json/mdi": "^1.1.64",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.16.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"astro": "^4.3.5",
"astro-icon": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel-react": "^8.0.0",
"framer-motion": "^11.0.3",
"lucide-react": "^0.335.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.162.0",
"three-globe": "^2.31.0",
"typescript": "^5.3.3",
"vaul": "^0.9.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.4.1"
}
}