-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.47 KB
/
package.json
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
53
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "sst bind astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint",
"astro": "astro",
"sst:deploy": "sst deploy",
"sst:deploy:prod": "sst deploy --stage production",
"sst:dev": "sst dev"
},
"dependencies": {
"@ark-ui/solid": "^4.5.1",
"@astrojs/mdx": "^4.0.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.0",
"@astrojs/tailwind": "^5.1.3",
"@fontsource/fira-mono": "^5.1.0",
"@fontsource/jost": "^5.1.1",
"astro": "^5.0.3",
"astro-seo": "^0.8.4",
"change-case": "^5.4.4",
"date-fns": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"astro-sst": "2.43.5",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sst": "3.3.53",
"vite": "^6.0.3",
"vite-tsconfig-paths": "^5.1.4"
}
}