-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
44
45
46
{
"name": "homepage",
"author": "Thomas Lamant <tom@tmlmt.com> (https://github.com/tmlmt)",
"description": "Thomas Lamant's homepage",
"repository": "github:tmlmt/homepage",
"packageManager": "pnpm@10.14.0",
"private": false,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test:e2e": "playwright test",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "node scripts/release.mjs"
},
"devDependencies": {
"@nuxt/eslint": "1.7.1",
"@nuxt/image": "1.11.0",
"@nuxt/test-utils": "3.19.2",
"@nuxtjs/robots": "5.4.0",
"@nuxtjs/sitemap": "7.4.3",
"@playwright/test": "1.54.2",
"@types/node": "22.17.0",
"eslint": "9.32.0",
"execa": "9.6.0",
"linter-bundle": "7.7.0",
"nuxt": "4.0.3",
"nuxt-og-image": "5.1.9",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"typescript": "5.8.3",
"vue-tsc": "3.2.2"
},
"dependencies": {
"@tailwindcss/vite": "4.1.11",
"nuxt-umami": "3.2.0",
"primeicons": "7.0.0",
"std-env": "3.9.0",
"tailwindcss": "4.1.11"
},
"version": "3.1.0"
}