-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 860 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 860 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
{
"name": "grubby-giant",
"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.6",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/open-sans": "^5.0.27",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vscode/codicons": "^0.0.35",
"astro": "^4.4.15",
"astro-imagetools": "^0.9.0",
"astro-navbar": "^2.3.1",
"feather-icons": "^4.29.1",
"framer-motion": "^11.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"typescript": "^5.4.2"
},
"devDependencies": {
"@types/feather-icons": "^4.29.4",
"tailwindcss": "^3.4.3"
}
}