-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 845 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
{
"name": "k-urtica.github.io",
"type": "module",
"version": "1.0.0",
"private": true,
"description": "K portfolio site.",
"author": "K",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"generate": "nuxt generate",
"analyze": "nuxt analyze",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.2.0",
"@iconify/json": "^2.2.244",
"@nuxt/eslint": "^0.5.5",
"@nuxt/icon": "^1.5.1",
"@nuxtjs/sitemap": "^6.0.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"nuxt": "^3.13.1",
"typescript": "^5.5.4"
}
}