-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "openresource.dev",
"type": "module",
"version": "0.0.0",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"preview": "astro preview",
"start": "astro dev",
"test": "vitest",
"update:showcase": "tsx scripts/update-showcase.ts",
"vercel": "vercel dev"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.30.3",
"@astrojs/vercel": "^8.0.1",
"@vercel/analytics": "^1.4.1",
"astro": "^5.1.2"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@faker-js/faker": "^9.3.0",
"@octokit/graphql": "^8.1.2",
"@octokit/graphql-schema": "^15.25.0",
"@types/parse-github-url": "^1.0.3",
"astro-og-canvas": "^0.5.5",
"dotenv": "^16.4.7",
"gemoji": "^8.1.0",
"linkedom": "^0.18.5",
"parse-github-url": "^1.0.3",
"prettier": "3.4.2",
"prettier-plugin-astro": "^0.14.1",
"reading-time": "^1.5.0",
"starlight-blog": "^0.16.1",
"starlight-links-validator": "^0.14.1",
"starlight-showcases": "^0.3.0",
"tsx": "^4.19.2",
"vercel": "^39.2.5",
"vitest": "^2.1.8"
}
}