-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.79 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
{
"name": "app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"vendor:octokit": "tsx script/octokit.ts",
"prepare": "nuxi prepare",
"test": "vitest run",
"start": "node .output/server/index.mjs",
"start:generate": "npx serve .output/public",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"postinstall": "tsx script/generate-dev-vars.ts"
},
"dependencies": {
"@iconify-json/ph": "^1.1.14",
"@nuxt/ui": "^3.0.0-alpha.10",
"@nuxtjs/mdc": "0.17.0",
"@octokit/app": "^15.1.1",
"@octokit/graphql": "^8.1.1",
"@octokit/plugin-paginate-rest": "^11.3.6",
"@octokit/webhooks": "^13.4.1",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"marked": "^15.0.4",
"nuxt": "^3.15.0",
"nuxt-shiki": "0.3.0",
"octokit": "^4.0.2",
"query-registry": "^3.0.1",
"string-similarity": "^4.0.4",
"unstorage": "^1.16.0",
"vue": "^3.5.13",
"vue-router": "^4.4.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@cloudflare/workers-types": "^4.20240512.0",
"@jsdevtools/ez-spawn": "^3.0.4",
"@nuxt/eslint": "^0.7.4",
"@octokit/auth-unauthenticated": "^5.0.1",
"@pkg-pr-new/utils": "workspace:^",
"@simulacrum/github-api-simulator": "^0.5.4",
"@types/string-similarity": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^8.57.0",
"fast-jwt": "^6.2.2",
"nitro-cloudflare-dev": "^0.2.2",
"typescript": "^5.7.2",
"vue-tsc": "^2.0.7",
"wrangler": "^3.57.1"
}
}