This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.52 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
{
"name": "theme-nextjs-heartbeat",
"version": "0.1.0",
"devEngines": {
"node": ">= 14.x",
"npm": ">= 8.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "prettier --check './**/*.(js|ts|tsx|css)'",
"prettier:fix": "npm run prettier -- --write --no-list-different",
"typecheck": "tsc --noEmit --incremental",
"check": "npm run lint && npm run typecheck"
},
"dependencies": {
"@prezly/content-renderer-react-js": "^0.26.0",
"@prezly/sdk": "11.9.1",
"@prezly/story-content-format": "^0.59.0",
"@prezly/theme-kit-nextjs": "3.1.0",
"@prezly/uploadcare-image": "^0.3.1",
"@sentry/nextjs": "^6.18.2",
"classnames": "^2.3.1",
"next": "^12.1.0",
"next-plausible": "^3.1.7",
"next-seo": "^5.1.0",
"node-fetch": "^3.2.3",
"parse-data-url": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.3.2",
"reading-time": "^1.5.0",
"string-strip-html": "^9.1.6"
},
"devDependencies": {
"@prezly/eslint-config": "^4.1.0",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^17.0.21",
"@types/parse-data-url": "^3.0.0",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"autoprefixer": "^10.4.2",
"eslint": "^8.11.0",
"next-logger": "^3.0.0",
"postcss": "^8.4.8",
"prettier": "^2.6.0",
"tailwindcss": "^3.0.23",
"typescript": "4.8.3"
},
"license": "GNU GPL v3"
}