-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
86 lines (86 loc) · 2.13 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
82
83
84
85
86
{
"private": true,
"license": "MIT",
"version": "6.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": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@eggsydev/vue-lanyard": "^1.1.3",
"@netlify/functions": "^1.4.0",
"@nuxt/content": "1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/firebase": "8.2.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@types/prismjs": "^1.26.0",
"@vue/runtime-dom": "^3.2.47",
"core-js": "^3.30.1",
"firebase": "^9.20.0",
"lastfm-typed": "^2.1.0",
"medium-zoom": "^1.0.8",
"moment-timezone": "^0.5.43",
"nuxt": "^2.16.3",
"nuxt-vite": "^0.3.5",
"nuxt-webfontloader": "^1.1.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"sass": "^1.62.0",
"vue-cmd-menu": "^0.1.9",
"vue-disqus": "^4.0.1",
"vue-tippy": "^4.16.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@nuxt/image": "^0.7.1",
"@nuxt/types": "^2.16.3",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/color-mode": "2.1.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/moment": "^1.6.1",
"@types/react": "^18.0.37",
"@types/sharp": "^0.31.1",
"dotenv": "^16.0.3",
"isomorphic-unfetch": "^4.0.2",
"nuxt-windicss": "^2.6.1",
"postcss-preset-env": "^8.3.2",
"prettier": "^2.8.7",
"sass-loader": "10.1.1",
"satori": "^0.4.13",
"sharp": "^0.32.0",
"vite": "^4.2.2"
}
}