-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "graficos",
"version": "2.0.0",
"type": "module",
"description": "▶ Web Developer (now with more Backend!) // Former graffiti artist. && Agriculture Engineer. RWD. WPO. Creative Ilustrator. Engineer.",
"author": "paul_melero",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:fix": "eslint --ignore-pattern .gitignore . --fix",
"precommit": "npm run lint",
"postinstall": "nuxt prepare",
"preview": "pnpm build && pnpm dlx wrangler dev",
"test": "vitest"
},
"engines": {
"node": ">=20.12.0",
"volta": ">=1.1.1"
},
"packageManager": "pnpm@9.5.0",
"dependencies": {
"@iconify-json/octicon": "^1.2.2",
"@iconify/vue": "^4.2.0",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint": "^0.7.4",
"@nuxt/image": "^1.8.1",
"@nuxt/kit": "3.15.0",
"@nuxt/schema": "^3.15.0",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@vite-pwa/nuxt": "^0.8.1",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"happy-dom": "^15.10.2",
"nuxt": "^3.15.0",
"nuxt-content-twoslash": "^0.1.0",
"nuxt-svgo": "^4.0.1",
"pinia": "^2.1.7",
"shiki": "^1.21.0",
"tailwindcss": "^3.4.4",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.0.3",
"vue": "^3.4.31",
"wrangler": "^3.99.0"
},
"devDependencies": {
"eslint": "^9.14.0",
"typescript": "^5.6.3"
}
}