forked from TheAlexLichter/lichter.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"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.16",
"@nuxt/content": "^2.10.0",
"@nuxt/devtools": "^1.0.6",
"@nuxt/image": "^1.1.0",
"@nuxtjs/plausible": "^0.2.4",
"@nuxtjs/tailwindcss": "^6.10.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/cheerio": "^0.22.35",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"cheerio": "1.0.0-rc.12",
"date-fns": "^3.0.6",
"feed": "^4.2.2",
"nuxt": "^3.9.0",
"nuxt-icon": "^0.6.8",
"nuxt-og-image": "3.0.0-rc.14",
"nuxt-schema-org": "^3.3.0",
"nuxt-simple-sitemap": "^4.2.3",
"remark-reading-time": "^2.0.1",
"tailwindcss": "^3.4.0"
},
"packageManager": "[email protected]"
}