-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "w3ctagbot",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"codegen": "graphql-codegen --config gql-codegen.config.ts && prisma generate",
"test": "astro check && eslint . && tsc && DATABASE_URL=file:./prisma/test.db prisma db push && DATABASE_URL=file:./prisma/test.db vitest"
},
"dependencies": {
"@astrojs/node": "^10.1.0",
"@github/relative-time-element": "^5.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@js-temporal/polyfill": "^0.5.1",
"@observablehq/plot": "^0.6.17",
"@octokit/auth-oauth-app": "^9.0.3",
"@octokit/graphql": "^9.0.3",
"@octokit/plugin-paginate-rest": "^14.0.0",
"@octokit/webhooks": "^14.2.0",
"@prisma/adapter-better-sqlite3": "^7.8.0",
"@prisma/client": "^7.8.0",
"astro": "^6.3.1",
"dotenv": "^17.4.2",
"lit": "^3.3.2",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-string": "^4.0.0",
"micromark": "^4.0.2",
"micromark-extension-gfm": "^3.0.0",
"octokit": "^5.0.5",
"prisma": "^7.8.0",
"unist-util-visit": "^5.1.0",
"vite": "^7.3.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@eslint/js": "^10.0.1",
"@graphql-codegen/cli": "^6.2.1",
"@graphql-codegen/client-preset": "^5.2.4",
"@graphql-codegen/typescript": "^5.0.9",
"@graphql-codegen/typescript-document-nodes": "^5.0.9",
"@octokit/graphql-schema": "^15.26.1",
"@types/mdast": "^4.0.4",
"@types/node": "^24.12.3",
"@types/unist": "^3.0.3",
"eslint": "^10.3.0",
"eslint-plugin-lit": "^2.2.1",
"nock": "^14.0.15",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.59.2",
"vitest": "^4.1.5"
},
"engines": {
"node": "24"
},
"packageManager": "pnpm@10.30.2+sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4"
}