-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 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
{
"name": "rendafixa",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest",
"update-indexes": "node update-indexes.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^1.15.2",
"@nuxt/test-utils": "^3.23.0",
"@tailwindcss/typography": "^0.5.19",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.39.4",
"happy-dom": "^20.9.0",
"jsdom": "^27.4.0",
"nuxt": "^4.4.2",
"typescript": "^6.0.3",
"vite-plugin-eslint2": "^5.1.0",
"vitest": "^3.2.4"
},
"dependencies": {
"@pinia/nuxt": "^0.11.3",
"@tailwindcss/vite": "^4.2.2",
"axios": "^1.15.0",
"nuxt-schema-org": "^5.0.10",
"pinia": "^3.0.4",
"tailwindcss": "^4.2.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.33.0"
}