-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.89 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
58
59
60
61
62
63
64
65
66
{
"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-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/preact": "4.0.0",
"@astrojs/tailwind": "5.1.3",
"@deno/astro-adapter": "0.2.0",
"@types/canvas-confetti": "1.9.0",
"astro": "5.1.0",
"astro-compressor": "1.0.0",
"autoprefixer": "10.4.20",
"badgen": "3.2.3",
"canvas-confetti": "1.9.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"postcss": "8.4.49",
"preact": "10.25.3",
"sharp": "0.33.5",
"tailwind-merge": "2.5.5",
"tailwindcss": "3.4.17"
},
"devDependencies": {
"@igorkowalczyk/eslint-config": "3.0.0-beta.16",
"@igorkowalczyk/prettier-config": "3.0.0-beta.16",
"@tailwindcss/forms": "0.5.9",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "9.17.0",
"eslint-plugin-astro": "1.3.1",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.9"
},
"packageManager": "[email protected]"
}