This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.6 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
{
"name": "flowing-time",
"type": "module",
"homepage": "https://github.com/NanamiNakano/flowing-time#readme",
"author": {
"name": "Nanami Nakano",
"email": "[email protected]",
"url": "https://www.thynanami.dev"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/thynanami"
},
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.6.1",
"@nuxt/image": "^1.5.0",
"@nuxt/ui": "^2.15.2",
"@nuxtjs/seo": "2.0.0-rc.10",
"@vercel/analytics": "^1.2.2",
"algoliasearch": "^4.23.3",
"badge-maker": "^3.3.1",
"nuxt": "^3.11.2",
"octokit": "^3.2.0",
"rss": "^1.2.2",
"tailwindcss": "^3.4.3",
"vue": "^3.4.22",
"vue-instantsearch": "^4.16.0",
"vue-router": "^4.3.0",
"zod": "^3.22.5"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.7",
"@nuxtjs/sitemap": "^5.1.4",
"@tailwindcss/typography": "^0.5.12",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.19",
"date-fns": "^3.6.0",
"eslint": "^9.0.0",
"postcss": "^8.4.38"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}