-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "buymeacoffee",
"version": "1.0.0",
"description": "Projeto de teste para integração com Mercado Pago Checkout PRO",
"author": "Patrick Luz",
"license": "MIT",
"homepage": "https://buymeacoffee.patrickluz.dev",
"repository": {
"type": "git",
"url": "https://github.com/patrickluzdev/buymeacoffee"
},
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "^1.10.0",
"@nuxt/fonts": "^0.12.1",
"@nuxt/hints": "^1.0.0-alpha.1",
"@nuxt/icon": "^2.1.0",
"@nuxt/image": "^2.0.0",
"@nuxt/test-utils": "^3.20.1",
"@tailwindcss/vite": "^4.1.17",
"eslint": "^9.39.1",
"mercadopago": "^2.10.0",
"nuxt": "^4.2.1",
"tailwindcss": "^4.1.17",
"vue": "^3.5.24",
"vue-router": "^4.6.3",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/node": "^24.10.1"
}
}