-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "IBAV",
"version": "1.1.1",
"type": "module",
"private": true,
"author": "4sllan (https://github.com/4sllan)",
"homepage": "https://4sllan.github.io/IBAV/",
"repository": {
"type": "git",
"url": "git+https://github.com/4sllan/IBAV.git"
},
"bugs": {
"url": "https://github.com/4sllan/IBAV/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/4sllan"
}
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix",
"test": "vitest run --reporter=verbose --silent=false",
"test:watch": "vitest watch --reporter=verbose --silent=false",
"test:debug": "vitest --inspect-brk --reporter=verbose --silent=false",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@iconify-json/lucide": "^1.2.120",
"@iconify-json/simple-icons": "^1.2.92",
"@iconify-json/vscode-icons": "^1.2.67",
"@nuxt/content": "^3.15.2",
"@nuxt/image": "^2.1.0",
"@nuxt/ui": "^4.10.0",
"nuxt": "^4.5.1",
"nuxt-seo-utils": "^8.3.3",
"vue": "^3.5.40",
"vue-router": "^5.2.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.16.0",
"@nuxt/test-utils": "^4.1.0",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/test-utils": "^2.4.11",
"changelogen": "^0.6.2",
"eslint": "^10.8.0",
"jsdom": "^26.0.0",
"prettier": "^3.9.6",
"typescript": "^6.0.0",
"vitest": "^4.1.10"
}
}