-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "astro-sphere",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"dev:network": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"preview:network": "astro dev --host",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^3.1.9",
"@astrojs/react": "^4.1.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/tailwind": "^5.1.4",
"@studio-freight/lenis": "^1.0.42",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"astro": "^4.16.18",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"fuse.js": "^7.0.0",
"lenis": "^1.1.18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.14.1",
"sharp": "^0.33.2",
"simplex-noise": "^4.0.3",
"solid-js": "^1.8.15",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}