-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.88 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
54
55
56
57
{
"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:./test.db prisma db push && DATABASE_URL=file:./test.db vitest"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"@github/relative-time-element": "^4.4.3",
"@graphql-typed-document-node/core": "^3.2.0",
"@js-temporal/polyfill": "^0.4.4",
"@observablehq/plot": "^0.6.16",
"@octokit/auth-oauth-app": "^8.1.1",
"@octokit/webhooks": "^13.3.0",
"@prisma/client": "^5.22.0",
"astro": "^4.16.12",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-string": "^4.0.0",
"micromark": "^4.0.1",
"micromark-extension-gfm": "^3.0.0",
"octokit": "^4.0.2",
"prisma": "^5.22.0",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.11"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@eslint/js": "^9.14.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.5.0",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-document-nodes": "^4.0.11",
"@octokit/graphql-schema": "^15.25.0",
"@types/eslint__js": "^8.42.3",
"@types/mdast": "^4.0.4",
"@types/node": "^22.9.0",
"@types/unist": "^3.0.3",
"eslint": "^9.14.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vitest": "^2.1.5"
},
"engines": {
"node": "22"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}