-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "links.vernaillen.dev",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"unlighthouse": "unlighthouse"
},
"dependencies": {
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/ui-pro": "^1.6.0",
"nuxt": "3.15.1"
},
"devDependencies": {
"@iconify-json/arcticons": "^1.2.15",
"@iconify-json/game-icons": "^1.2.1",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.19",
"@iconify-json/uil": "^1.2.3",
"@nuxt/eslint": "^0.7.4",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/plausible": "^1.2.0",
"eslint": "^9.17.0",
"nuxt-time": "^1.0.3",
"unlighthouse": "^0.15.0",
"vite-plugin-eslint2": "^5.0.3",
"vue-tsc": "^2.2.0"
}
}