-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "lichter.io",
"version": "6.0.0",
"description": "The personal website and online CV of Alexander Lichter, a passionate developer",
"author": "Alexander Lichter <[email protected]>",
"private": true,
"license": "MIT",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/uil": "^1.2.1",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.4",
"@nuxt/icon": "^1.10.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/plausible": "^1.2.0",
"@nuxtjs/seo": "2.0.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/cheerio": "^0.22.35",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"cheerio": "1.0.0",
"date-fns": "^4.1.0",
"feed": "^4.2.2",
"nuxt": "^3.14.1592",
"nuxt-rebundle": "0.0.2",
"remark-reading-time": "^2.0.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"dependencies": {
"@nuxtjs/sitemap": "^7.0.0"
}
}