This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.08 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "echooff.dev",
"type": "module",
"private": true,
"version": "0.0.1",
"repository": "[email protected]:screendriver/echooff.dev.git",
"author": "Christian Rackerseder <[email protected]>",
"license": "MIT",
"engines": {
"node": "22.x"
},
"scripts": {},
"dependencies": {
"@astrojs/node": "8.3.1",
"@astrojs/vue": "4.5.0",
"@fontsource/jetbrains-mono": "5.0.20",
"@fontsource/source-sans-pro": "5.0.8",
"@octokit/graphql": "8.1.1",
"@sindresorhus/is": "6.3.1",
"@vueuse/core": "10.11.0",
"astro": "4.11.0",
"astro-seo-schema": "4.0.2",
"date-fns": "3.6.0",
"feather-icons": "4.29.2",
"gsap": "2.1.3",
"true-myth": "7.3.0",
"vue": "3.4.30",
"zod": "3.23.8"
},
"devDependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/rss": "4.0.6",
"@astrojs/tailwind": "5.1.0",
"@ava/typescript": "5.0.0",
"@fastify/cors": "9.0.1",
"@fastify/formbody": "7.4.0",
"@jscpd/badge-reporter": "4.0.1",
"@jscpd/finder": "4.0.1",
"@tailwindcss/typography": "0.5.13",
"@types/common-tags": "1.8.4",
"@types/feather-icons": "4.29.4",
"@types/gsap": "1.20.2",
"@types/node": "20.14.8",
"@types/sinon": "17.0.3",
"@types/umami-browser": "2.3.2",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"autoprefixer": "10.4.19",
"ava": "6.1.3",
"c8": "10.1.2",
"common-tags": "1.8.2",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-functional": "6.6.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.26.0",
"fastify": "4.28.0",
"fishery": "2.2.2",
"get-port": "7.1.0",
"jscpd": "4.0.4",
"postcss": "8.4.38",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-tailwindcss": "0.6.5",
"sharp": "0.33.4",
"sinon": "18.0.0",
"tailwind-dracula": "1.1.0",
"tailwindcss": "3.4.4",
"tsx": "4.15.7",
"typescript": "5.5.2",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.22",
"wait-on": "7.2.0",
"zx": "8.1.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-arm64-gnu": "4.18.0"
}
}