-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.4 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
{
"name": "dvgamerr",
"version": "4.1.1",
"description": "Hey there, I'm Kananek T. and work as Software Engineer.",
"author": "Kananek T. <[email protected]>",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"collector:gh": "node ./collector/index.js --github | pino-pretty",
"collector:wk": "node ./collector/index.js --wakatime --file D:/home/Downloads/wakatime-info.dvgamergmail.com-06633b1c3ba744c2ab5d08e47ccc87ab.json | pino-pretty",
"collector": "node ./collector/index.js --wakatime --github | pino-pretty",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"@cronitorio/cronitor-rum": "^0.4.1",
"arg": "^5.0.2",
"astro": "^4.14.5",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-robots-txt": "^1.0.0",
"astro-webmanifest": "^1.0.0",
"numeral": "^2.0.6",
"pino": "^9.3.2",
"sharp": "^0.33.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@vite-pwa/astro": "^0.4.3",
"bootstrap": "^5.3.3",
"charts.css": "^1.1.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"pino-pretty": "^11.2.2",
"sass": "^1.77.8"
},
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}