-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
81 lines (81 loc) · 2.02 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
{
"private": true,
"license": "MIT",
"version": "7.0.0",
"homepage": "https://eggsy.xyz",
"readme": "https://github.com/eggsy/website#readme",
"engines": {
"node": ">=16.9"
},
"author": {
"name": "Abdulbaki Dursun",
"email": "eggsydev@gmail.com",
"url": "https://eggsy.xyz"
},
"bugs": {
"email": "eggsydev@gmail.com",
"url": "https://github.com/eggsy/website/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/eggsy/website.git"
},
"funding": [
{
"type": "individual",
"url": "https://eggsy.xyz/donate"
},
{
"type": "github",
"url": "https://github.com/sponsors/eggsy"
}
],
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi start",
"generate": "nuxi generate"
},
"dependencies": {
"@nuxt/content": "3.0.0",
"@nuxt/icon": "1.10.3",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/robots": "5.1.1",
"@nuxtjs/sitemap": "7.0.2",
"@nuxtjs/tailwindcss": "6.13.1",
"axios": "^1.7.9",
"core-js": "^3.40.0",
"lastfm-typed": "^2.1.0",
"medium-zoom": "^1.1.0",
"moment": "^2.30.1",
"nuxt": "^3.15.2",
"nuxt-disqus": "1.1.1",
"nuxt-gtag": "3.0.2",
"sass": "^1.83.4",
"vue-tippy": "^6.6.0"
},
"devDependencies": {
"@iconify-json/devicon": "^1.2.11",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/line-md": "^1.2.5",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/svg-spinners": "^1.2.2",
"@netlify/functions": "^3.0.0",
"@nuxt/content": "3.0.0-alpha.8",
"@nuxt/image": "^1.9.0",
"@nuxt/kit": "^3.15.2",
"@nuxtjs/google-fonts": "3.2.0",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^19.0.7",
"@vite-pwa/nuxt": "0.10.6",
"consola": "^3.4.0",
"dotenv": "^16.4.7",
"front-matter": "^4.0.2",
"isomorphic-unfetch": "^4.0.2",
"prettier": "^3.4.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"satori": "^0.12.1",
"sharp": "^0.33.5"
}
}