generated from Lissone/next-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"name": "leonardo-lissone",
"version": "1.3.10",
"description": "Leonardo Lissone's bio portfolio.",
"repository": "https://github.com/Lissone/leonardo-lissone.git",
"author": "Leonardo Dias Lissone <leonardo.lissonez@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"prepare": "husky",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint **/*.{ts,tsx} --ignore-path .gitignore --no-cache",
"lint:fix": "eslint **/*.{ts,tsx} --ignore-path .gitignore --fix"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-tooltip": "^1.1.2",
"aos": "^2.3.4",
"emailjs-com": "^3.2.0",
"next": "14.2.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-ga": "^3.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-scroll": "^1.9.0",
"react-switch": "^7.0.0",
"react-toastify": "^10.0.5",
"react-typed": "^2.0.12",
"styled-components": "^6.1.12",
"yup": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@lissone/eslint-config": "^2.2.3",
"@types/aos": "^3.0.7",
"@types/node": "^22.5.0",
"@types/react": "18.3.4",
"@types/react-modal": "^3.16.3",
"@types/react-scroll": "^1.8.10",
"@types/styled-components": "^5.1.34",
"eslint": "^8.57.0",
"husky": "^9.1.5",
"tsconfig-paths": "^4.2.0",
"typescript": "5.5.4"
}
}