-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 994 Bytes
/
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
{
"name": "btkostner.io",
"description": "Blake Kostner personal website",
"version": "5.0.0",
"private": true,
"engines": {
"node": "^20.11.0"
},
"scripts": {
"start": "nuxt dev",
"build": "nuxt build",
"lint": "eslint --ext .js,.ts,.vue .",
"format": "prettier -w ."
},
"devDependencies": {
"@headlessui/vue": "^1.7.18",
"@heroicons/vue": "^2.1.1",
"@nuxt/content": "^2.11.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.11.2",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.10.0",
"nuxt-og-image": "^3.0.0-rc.37",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"sitemap": "^7.1.1",
"tailwindcss-touch": "^1.0.1"
}
}