-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.13 KB
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
{
"name": "gudoesdev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev:coder": "astro dev --host 0.0.0.0",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.4.0",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/arcticons": "^1.2.53",
"@iconify-json/logos": "^1.2.11",
"@iconify-json/material-symbols": "^1.1.80",
"@iconify-json/uim": "^1.1.9",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"astro": "^4.9.1",
"astro-font": "^1.1.0",
"astro-icon": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@commitlint/cli": "^21.0.0",
"@commitlint/config-conventional": "^21.0.0",
"@tailwindcss/typography": "^0.5.13",
"astro-themes": "^0.2.5",
"husky": "^9.1.7",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}