-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.24 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
{
"name": "salsaviva",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "serve -s out",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint:editorconfig": "npx editorconfig-checker",
"prettier-check": "prettier --check .",
"cypress": "cypress open",
"prepare": "husky install",
"gen-img": "node ./scripts/generateImgVariations.js",
"check-seo": "node ./scripts/checkSeo.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@t3-oss/env-nextjs": "^0.7.0",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.14",
"@ukorvl/react-on-screen": "^1.0.6",
"autoprefixer": "10.4.16",
"clsx": "^1.2.1",
"cypress-accessibility-checker": "^3.1.64",
"focus-trap-react": "^10.2.3",
"formik": "^2.4.1",
"framer-motion": "^10.12.16",
"lodash": "^4.17.21",
"next": "^14.1.1",
"photoswipe": "^5.3.8",
"postcss": "8.4.31",
"react": "18.2.0",
"react-animated-cursor": "^2.7.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.4.0",
"react-page-visibility": "^7.0.0",
"react-photoswipe-gallery": "^2.2.7",
"react-spinners": "^0.13.8",
"tailwind-merge": "^1.13.1",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2",
"zod": "^3.22.3",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.1",
"@types/gtag.js": "^0.0.14",
"@types/lodash": "^4.14.195",
"@types/react-page-visibility": "^6.4.1",
"colors": "^1.4.0",
"cypress": "^13.3.0",
"eslint": "^8.41.0",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-jsdoc": "^44.2.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.0",
"jimp": "^0.22.8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"seo-analyzer": "^3.2.0",
"serve": "^14.2.3",
"ts-xor": "^1.3.0"
}
}