-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "vecinos-cabrones",
"version": "1.0.0",
"private": true,
"packageManager": "yarn@4.8.1",
"engines": {
"node": "22"
},
"scripts": {
"postinstall": "husky"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.777.0",
"@aws-sdk/credential-providers": "^3.778.0",
"@cprecioso/canvas-text-layout": "^1.0.1",
"@sindresorhus/slugify": "^2.2.1",
"@vanilla-extract/css": "^1.17.1",
"clsx": "^2.1.1",
"gif.js": "^0.2.0",
"lodash": "^4.17.21",
"next": "^15.2.4",
"p-memoize": "^7.1.1",
"p-queue": "^8.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-flip-toolkit": "^7.2.4",
"react-intersection-observer": "^9.16.0",
"swr": "^2.3.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/google.analytics": "^0.0.46",
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/webpack": "^5.28.5",
"@vanilla-extract/next-plugin": "^2.4.10",
"dsv-loader": "^2.0.0",
"eslint": "^9.23.0",
"eslint-config-next": "15.2.4",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.16.0",
"typescript": "^5.8.2"
}
}