-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "imkh.dev",
"private": true,
"author": {
"email": "[email protected]",
"name": "n2ptune"
},
"repository": {
"type": "git",
"url": "https://github.com/n2ptune/imkh.dev.git"
},
"main": "src/main.js",
"description": "Personal blog",
"license": "MIT",
"version": "3.0.0",
"scripts": {
"format": "prettier --config ./.prettierrc --write **/*.{vue,js,css,html,md}",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.12.1",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/tailwindcss": "^6.10.1",
"@tailwindcss/typography": "^0.5.10",
"@types/glob": "^8.0.0",
"glob": "^8.0.3",
"nuxt": "^3.11.2",
"nuxt-icon": "^0.4.0",
"prettier": "^2.8.1",
"sitemap": "^7.1.1",
"tailwind-scrollbar": "^3.0.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"dayjs": "^1.11.8",
"pinia": "^2.1.7"
},
"overrides": {
"vue": "latest"
}
}