-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 980 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
{
"name": "thrive-academy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "contentful-typescript-codegen --output src/types/generated/contentful.d.ts"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^15.11.1",
"@contentful/rich-text-react-renderer": "^15.4.0",
"contentful": "^9.1.6",
"google-map-react": "^2.1.10",
"next": "12.0.8",
"next-plugin-preval": "^1.2.4",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/google-map-react": "^2.1.4",
"@types/react": "17.0.30",
"contentful-management": "^7.44.2",
"contentful-typescript-codegen": "^3.2.3",
"dotenv": "^10.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"prettier": "^2.5.1",
"typescript": "4.4.4"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=8.0.0"
}
}