-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
{
"name": "homepage",
"author": "Thomas Lamant <tom@tmlmt.com> (https://github.com/tmlmt)",
"description": "Thomas Lamant's homepage",
"repository": "github:tmlmt/homepage",
"packageManager": "pnpm@10.32.0",
"private": false,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "node scripts/release.mjs"
},
"devDependencies": {
"@nuxt/eslint": "1.15.2",
"@nuxt/image": "2.0.0",
"@nuxtjs/robots": "5.7.1",
"@nuxtjs/sitemap": "7.6.0",
"@tailwindcss/vite": "4.2.1",
"@types/node": "22.17.0",
"eslint": "10.0.3",
"execa": "9.6.1",
"linter-bundle": "7.12.1",
"nuxt": "4.3.1",
"nuxt-og-image": "5.1.13",
"prettier": "3.8.1",
"prettier-plugin-tailwindcss": "0.7.2",
"typescript": "5.9.3",
"vue-tsc": "3.2.5"
},
"dependencies": {
"nuxt-umami": "3.2.1",
"primeicons": "7.0.0",
"std-env": "4.0.0",
"tailwindcss": "4.2.1"
},
"version": "3.2.1"
}