-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "portfolio",
"author": "Matheus Galhani",
"private": true,
"version": "1.0.1",
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prismicio/client": "^6.7.1",
"html-react-parser": "^3.0.4",
"next": "12.1.6",
"next-i18next": "^11.0.0",
"normalize.css": "^8.0.1",
"prismic-dom": "^2.2.7",
"react": "18.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-lottie": "^1.2.3",
"react-responsive": "9.0.0-beta.8",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@prismicio/types": "^0.2.3",
"@types/node": "17.0.40",
"@types/prismic-dom": "^2.1.1",
"@types/react": "18.0.11",
"@types/react-lottie": "^1.2.6",
"@types/styled-components": "^5.1.25",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"typescript": "4.7.3"
}
}