-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "llcoolblog",
"type": "module",
"version": "0.0.1",
"scripts": {
"prepare": "panda codegen && husky install",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "tsc --noEmit && astro check",
"lint:check": "prettier . --check",
"lint:write": "prettier . --write"
},
"dependencies": {
"@astrojs/check": "~0.8.2",
"@astrojs/mdx": "~3.1.3",
"@astrojs/rss": "~4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "~4.4.0",
"astro": "~4.12.2",
"astro-expressive-code": "^0.40.1",
"date-fns": "~2.30.0",
"i18next": "~23.10.1",
"lucide-solid": "~0.294.0",
"sharp": "~0.33.2",
"solid-js": "~1.8.0",
"typescript": "~5.3.3"
},
"devDependencies": {
"@cloudinary/url-gen": "~1.10.1",
"@pandacss/dev": "~0.46.1",
"husky": "~8.0.3",
"lint-staged": "~15.2.0",
"prettier": "~3.1.0",
"prettier-plugin-astro": "~0.12.2"
},
"packageManager": "pnpm@9.1.0"
}