-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.63 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
{
"name": "snubi-net",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "pnpm eslint",
"test": "playwright test",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.6",
"@astrojs/react": "^4.1.5",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.2",
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify-json/tabler": "^1.2.5",
"@react-spring/three": "^9.7.5",
"@react-three/drei": "^9.121.4",
"@react-three/fiber": "^8.17.14",
"@types/three": "^0.173.0",
"@vercel/analytics": "^1.3.1",
"astro": "^5.1.7",
"astro-seo": "^0.8.4",
"leva": "^0.10.0",
"motion": "^11.18.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.13",
"three": "^0.173.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@playwright/test": "^1.48.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.11.0",
"playwright": "^1.48.0",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}