-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.91 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.91 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
{
"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": "deno run --allow-net --allow-read --allow-env --unstable-bare-node-builtins --unstable-kv ./dist/server/entry.mjs",
"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",
"deno",
"deno-kv",
"views-counter",
"counter"
],
"author": "Igor Kowalczyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/IgorKowalczyk/github-views/issues"
},
"homepage": "https://views.igorkowalczyk.dev/",
"dependencies": {
"@astrojs/vue": "5.0.7",
"@deno/astro-adapter": "0.3.0",
"@tailwindcss/vite": "4.0.14",
"@types/canvas-confetti": "1.9.0",
"@vueuse/core": "13.0.0",
"astro": "5.5.3",
"astro-compressor": "1.0.0",
"badgen": "3.2.3",
"canvas-confetti": "1.9.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"eslint-plugin-vue": "10.0.0",
"lucide-vue-next": "0.483.0",
"tailwind-merge": "3.0.2",
"tailwindcss": "4.0.14",
"vue": "3.5.13"
},
"devDependencies": {
"@igorkowalczyk/eslint-config": "3.0.7",
"@igorkowalczyk/prettier-config": "3.0.7",
"@tailwindcss/forms": "0.5.10",
"eslint": "9.22.0",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.11",
"typescript": "5.8.2"
},
"packageManager": "pnpm@10.6.4",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}