-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.61 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "xbu",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint": "eslint --fix .",
"ts-lint": "tsc --noEmit",
"test": "vitest",
"test:ui": "vitest --ui",
"test:watch": "npm run test -- --watch",
"cy:open": "cypress open",
"cy:run": "cypress run",
"prepare": "husky install"
},
"author": "Franco Andrés Sánchez",
"license": "MIT",
"dependencies": {
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@smastrom/react-rating": "1.5.0",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query-devtools": "5.62.7",
"atropos": "2.0.2",
"chakra-react-select": "5.0.2",
"firebase": "10.12.4",
"framer-motion": "11.15.0",
"medium-zoom": "1.1.0",
"million": "3.1.11",
"nanoid": "5.0.9",
"pako": "2.1.0",
"react": "18.3.1",
"react-cropper": "2.3.3",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-helmet-async": "2.0.5",
"react-hook-form": "7.54.1",
"react-icons": "5.4.0",
"react-intersection-observer": "9.14.0",
"react-lazy-load": "4.0.1",
"react-router-dom": "6.26.2",
"react-share": "5.1.1",
"zustand": "5.0.2"
},
"devDependencies": {
"@sentry/react": "8.33.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/cypress": "1.1.6",
"@types/pako": "2.0.3",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@vitejs/plugin-react": "4.3.4",
"@vitest/ui": "2.1.8",
"cypress": "13.16.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-cypress": "3.3.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.1",
"jsdom": "25.0.1",
"lint-staged": "15.2.7",
"patch-package": "8.0.0",
"prettier": "3.4.2",
"sharp": "0.33.5",
"svgo": "3.3.2",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-compression": "0.5.1",
"vite-plugin-html": "3.2.2",
"vite-plugin-image-optimizer": "1.1.8",
"vite-plugin-minify": "2.1.0",
"vite-plugin-remove-console": "2.2.0",
"vite-plugin-webfont-dl": "3.10.3",
"vitest": "2.1.8"
}
}