-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 955 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
36
{
"name": "homepage",
"author": "Thomas Lamant <[email protected]> (https://github.com/tmlmt)",
"description": "Thomas Lamant's homepage",
"repository": "github:tmlmt/homepage",
"packageManager": "[email protected]",
"private": false,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@nuxt/eslint": "0.5.6",
"@nuxt/image": "npm:@nuxt/image-nightly@latest",
"@nuxtjs/robots": "4.1.3",
"@nuxtjs/sitemap": "6.0.1",
"@types/node": "20.16.1",
"eslint": "9.9.1",
"nuxt": "3.13.0",
"nuxt-og-image": "3.0.0-rc.65",
"postcss-nesting": "13.0.0",
"typescript": "5.5.4",
"vue-tsc": "2.1.6"
},
"dependencies": {
"nuxt-umami": "2.6.4",
"primeflex": "3.3.1",
"primeicons": "7.0.0"
},
"version": "2.0.1"
}