-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
43
44
45
46
47
48
49
50
51
52
{
"name": "tech-blog-2024",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"manager": "node scripts/manager.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.5.1",
"@vercel/analytics": "^1.5.0",
"ansi-escapes": "^7.0.0",
"astro": "^5.13.3",
"boxen": "^8.0.1",
"chalk": "^5.6.0",
"clear": "^0.1.0",
"cli-cursor": "^5.0.0",
"cli-progress": "^3.12.0",
"cli-spinners": "^3.2.0",
"cli-table3": "^0.6.5",
"configstore": "^7.0.0",
"figlet": "^1.8.2",
"gradient-string": "^3.0.0",
"inquirer": "^12.9.4",
"log-symbols": "^7.0.1",
"lucide-react": "^0.541.0",
"nanospinner": "^1.2.2",
"node-notifier": "^10.0.1",
"open": "^10.2.0",
"ora": "^8.2.0",
"react": "^18.3.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"terminal-image": "^3.1.1",
"update-notifier": "^7.3.1"
},
"devDependencies": {
"@types/react": "^18.3.1",
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rehype-pretty-code": "^0.14.1",
"shiki": "^1.22.0",
"typescript": "^5.4.5"
}
}