-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "boxcustodia-sello-competencia",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.12.1",
"yarn": ">=1.22.17",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^5.2.3",
"next": "^12.3.4",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"sharp": "^0.31.3",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"eslint": "^8.31.0",
"eslint-config-hardcore": "^26.0.1",
"eslint-config-next": "^12.3.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
}
}