-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 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
{
"name": "github-rest-api-executor",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint",
"lint-fix": "eslint --fix"
},
"devDependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@stylistic/eslint-plugin": "^5.6.1",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"autoprefixer": "^10.4.22",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-boundaries": "^5.3.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-solid": "^0.14.5",
"pnpm": "^10.24.0",
"postcss": "^8.5.6",
"tailwindcss": "4.1.17",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.0",
"vercel": "^48.11.1",
"vite": "^7.2.4",
"vite-plugin-solid": "^2.11.10",
"vite-plugin-vercel": "^9.0.8"
},
"dependencies": {
"@octokit/core": "^7.0.6",
"@octokit/plugin-paginate-rest": "^14.0.0",
"@solid-primitives/storage": "^4.3.3",
"@vercel/functions": "^3.3.4",
"cookie": "^1.1.1",
"solid-js": "^1.9.10"
},
"license": "MIT",
"packageManager": "pnpm@10.23.0"
}