-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 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
35
{
"name": "janpetry",
"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"
},
"dependencies": {
"nuxt": "^3.13.2"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/line-md": "^1.2.2",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.10",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.6.1",
"@nuxt/fonts": "^0.10.2",
"@nuxt/image": "^1.8.1",
"@nuxt/ui-pro": "^1.4.4",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/seo": "2.0.0-rc.23",
"@vueuse/nuxt": "^11.2.0",
"eslint": "^9.13.0",
"sass": "^1.80.6",
"vue-tsc": "^2.1.10",
"wrangler": "^3.84.1"
}
}