-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
52 lines (52 loc) · 1.22 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
{
"name": "devsnorte-landing-page",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"commit": "git-cz"
},
"dependencies": {
"@types/gsap": "^3.0.0",
"embla-carousel-react": "^8.1.3",
"framer-motion": "^11.0.25",
"gsap": "^3.12.5",
"i18next": "^23.9.0",
"next": "^14.2.14",
"next-i18next": "^15.2.0",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^14.0.5",
"react-icons": "^5.0.1",
"stringify": "^2.2.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "20.16.10",
"@types/react": "18.3.10",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "5.6.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}