-
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.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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": "nebulous-nadir",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"preview:cf": "wrangler dev",
"deploy": "astro build && wrangler deploy",
"astro": "astro",
"fmt": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "0.9.8",
"@astrojs/mdx": "5.0.3",
"@astrojs/react": "5.0.3",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.5",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"astro": "6.1.5",
"astro-icon": "^1.1.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"satori": "^0.26.0",
"tailwindcss": "^4.1.5",
"typescript": "^6.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"wrangler": "^4",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.0",
"textlint": "^15.0.0",
"textlint-rule-preset-jtf-style": "^3.0.2"
}
}