-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 964 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 964 Bytes
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": "nuclear-neptune",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.10",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.1",
"@fontsource/inter": "^5.2.8",
"@fontsource/inter-tight": "^5.2.7",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.1.0",
"@gsap/react": "^2.1.2",
"@tailwindcss/vite": "^4.1.16",
"astro": "^5.15.8",
"github-slugger": "^2.0.0",
"gsap": "^3.14.2",
"jos-animation": "^0.9.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-toastify": "^11.0.5",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.16"
},
"devDependencies": {
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1"
}
}