-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.04 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.04 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@igorkowalczyk/views",
"version": "4.0.0",
"description": "👀 Count the views of your github profile with your own custom badge",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "pnpm build && wrangler dev",
"check": "pnpm build && tsc && wrangler deploy --dry-run",
"deploy": "astro build && wrangler deploy",
"types": "wrangler types",
"format": "prettier . --write --ignore-unknown --cache --plugin=prettier-plugin-astro",
"format:check": "prettier . --check --cache",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IgorKowalczyk/github-views.git"
},
"keywords": [
"views",
"github",
"profile",
"astro",
"views-counter",
"counter"
],
"author": "Igor Kowalczyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/IgorKowalczyk/github-views/issues"
},
"homepage": "https://views.igorkowalczyk.dev/",
"dependencies": {
"@astrojs/cloudflare": "12.6.10",
"@astrojs/vue": "5.1.3",
"@tailwindcss/vite": "4.1.17",
"@vueuse/core": "14.0.0",
"astro": "5.15.5",
"astro-compressor": "1.2.0",
"badgen": "3.2.3",
"canvas-confetti": "1.9.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-vue-next": "0.553.0",
"tailwind-merge": "3.4.0",
"tailwindcss": "4.1.17",
"vue": "3.5.24"
},
"devDependencies": {
"@igorkowalczyk/eslint-config": "3.2.1",
"@igorkowalczyk/prettier-config": "3.2.1",
"@tailwindcss/forms": "0.5.10",
"@types/canvas-confetti": "1.9.0",
"@types/node": "24.10.0",
"eslint": "9.39.1",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-vue": "10.5.1",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.1",
"typescript": "5.9.3",
"wrangler": "4.46.0"
},
"packageManager": "pnpm@10.18.3",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"workerd"
]
}
}