-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"name": "vecinos-cabrones",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "husky install"
},
"dependencies": {
"@cprecioso/canvas-text-layout": "^1.0.1",
"@sindresorhus/slugify": "^2.1.0",
"@types/prettier": "^2.4.1",
"aws-sdk": "^2.1015.0",
"clsx": "^1.1.1",
"gif.js": "^0.2.0",
"lodash": "^4.17.21",
"next": "^12.0.1",
"p-queue": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flip-toolkit": "^7.0.13",
"react-intersection-observer": "^8.32.2",
"swr": "^1.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.176",
"@types/node": "^14.17.32",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/webpack": "^5.28.0",
"cssnano": "^5.0.8",
"dsv-loader": "^2.0.0",
"eslint": "^8.1.0",
"eslint-config-next": "12.0.1",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"organize-imports-cli": "^0.8.0",
"postcss": "^8.3.11",
"postcss-custom-properties": "^12.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.4.1",
"sort-package-json": "^1.52.0",
"stylelint": "^14.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^23.0.0",
"typescript": "^4.4.4",
"typescript-plugin-css-modules": "^3.4.0"
},
"engines": {
"node": "14.x",
"pm": "yarn@3.0.2"
},
"packageManager": "yarn@3.0.2",
"volta": {
"node": "14.18.1"
}
}