forked from juanbrujo/amigurumi-ines
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 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
48
49
50
51
52
{
"name": "amigurumis-ines",
"packageManager": "npm",
"private": true,
"version": "1.0.0",
"type": "module",
"main": "./app/app.tsx",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "vite",
"lint": "eslint . --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.15",
"@uibakery/data": "0.0.8",
"canvas-confetti": "1.9.3",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"lucide-react": "0.446.0",
"react": "18.3.1",
"react-day-picker": "^9.7.0",
"react-dom": "18.3.1",
"react-icons": "~5.5.0",
"tailwind-merge": "2.5.2",
"@mercadopago/sdk-react": "^0.0.18",
"mercadopago": "^1.5.17",
"vite": "^5.4.8",
"@vitejs/plugin-react": "^4.3.3",
"tailwindcss": "3.4.13",
"autoprefixer": "10.4.20",
"postcss": "8.4.47"
},
"devDependencies": {
"@eslint/js": "9.11.1",
"@types/node": "22.7.3",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"eslint": "9.11.1",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-react-refresh": "0.4.12",
"globals": "15.9.0",
"typescript": "5.5.3",
"typescript-eslint": "8.7.0"
}
}