-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1000 Bytes
/
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
{
"name": "contentful-next-workshop",
"private": true,
"engines": {
"npm": "Please use Yarn",
"node": "16"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/f36-components": "^4.10.5",
"@emotion/css": "^11.9.0",
"@netlify/plugin-nextjs": "^4.11.1",
"contentful": "^9.1.32",
"dept-react-scripts": "^1.2.2",
"emotion": "^11.0.0",
"next": "12.2.0",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}