-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "portfolio",
"version": "3.4.0",
"description": "Neil's Portfolio",
"author": "Neil Lin",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"preview": "nuxi preview",
"generate": "nuxi generate",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js,.vue .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,vue,html,css,scss,json,md}\""
},
"dependencies": {
"@nuxt/content": "^3.14.0",
"@nuxt/fonts": "^0.14.0",
"@nuxtjs/seo": "^5.1.3",
"@resvg/resvg-js": "^2.6.2",
"better-sqlite3": "^12.11.1",
"nuxt": "^4.4.6",
"nuxt-clarity-analytics": "^0.0.9",
"nuxt-gtag": "^4.1.0",
"satori": "^0.26.0",
"vue": "^3.5.18"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"@nuxtjs/i18n": "^10.4.0",
"@vite-pwa/nuxt": "^1.1.1",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"nuxi": "^3.35.2",
"prettier": "^3.8.3",
"typescript": "^5.7.3"
},
"overrides": {
"vue-router": "5.0.7"
}
}