generated from fayazara/zooper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "junogueira",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"ts:audit": "nuxi typecheck",
"lint:audit": "eslint .",
"lint:fix": "eslint --fix .",
"format:audit": "prettier --check .",
"format:fix": "prettier --write ."
},
"dependencies": {
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/solar": "^1.1.9",
"@nuxt/image": "1.7.0",
"@nuxt/ui": "^2.16.0",
"vue-use-fixed-header": "^2.0.3"
},
"devDependencies": {
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.3.1",
"@nuxt/eslint": "^0.3.13",
"@nuxthq/studio": "1.1.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "3.2.0",
"@nuxtjs/seo": "^2.0.0-rc.10",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.11.2",
"nuxt-gtag": "^2.0.6",
"nuxt-icon": "0.6.10",
"nuxt-typed-router": "^3.6.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"vue-tsc": "^2.0.19"
}
}