-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "blog",
"version": "1.0.0",
"author": "Gabrielle Guimarães de Oliveira",
"license": "GPL-3.0+",
"repository": "https://github.com/gabrielleeg1/blog",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"axios": "^1.3.4",
"clsx": "^1.2.1",
"next": "^13.4.19",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"sharp": "^0.32.5"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@next/eslint-plugin-next": "^12.2.0",
"@svgr/webpack": "^6.5.1",
"@types/node": "18.0.1",
"@types/react": "18.0.14",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"eslint": "8.19.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"typescript": "4.7.4"
},
"packageManager": "yarn@3.2.1"
}