-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "prismic-nextjs",
"description": "A NextJS template for Prismic with Slice Machine, Typescript and Styled Components",
"author": "Diemas Michiels",
"license": "BSD-3-Clause",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sm": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^6.7.3",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^1.0.3",
"@prismicio/react": "^2.5.2",
"@prismicio/slice-simulator-react": "^0.2.3",
"next": "13.2.3",
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
"next-slicezone": "^0.2.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.8"
},
"devDependencies": {
"@prismicio/types": "^0.2.7",
"@svgr/webpack": "^6.5.1",
"@types/gtag.js": "^0.0.12",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.3",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"slice-machine-ui": "^0.7.0",
"typescript": "4.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/DiemasMichiels/prismic-nextjs"
},
"keywords": [
"nextjs",
"prismic",
"typescript",
"styled-components",
"slicemachine",
"cms"
]
}