-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
86 lines (86 loc) · 2.59 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "theme-nextjs-bea",
"version": "1.1.0",
"engines": {
"node": "^18.x",
"npm": "^9.x"
},
"devEngines": {
"node": "^18.x",
"npm": "^9.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint-styles": "npx stylelint **.scss",
"lint-styles:fix": "npx stylelint **.scss --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 && npm run lint-styles",
"stylelint-check": "stylelint-config-prettier-check",
"release": "np --release-draft-only --yolo",
"test": "npx playwright test"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "1.9.3",
"@headlessui/react": "1.7.18",
"@meilisearch/instant-meilisearch": "0.19.0",
"@playwright/test": "^1.33.0",
"@prezly/analytics-nextjs": "3.0.0",
"@prezly/content-renderer-react-js": "0.39.2",
"@prezly/sdk": "21.12.0",
"@prezly/story-content-format": "0.65.1",
"@prezly/theme-kit-nextjs": "9.8.1",
"@prezly/uploadcare": "2.5.0",
"@prezly/uploadcare-image": "0.3.2",
"@react-hookz/web": "14.7.1",
"@sentry/nextjs": "7.119.2",
"@uploadcare/nextjs-loader": "1.0.0",
"classnames": "2.5.1",
"modern-normalize": "1.1.0",
"next": "14.2.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-dom": "6.40.4",
"server-only": "0.0.1",
"social-links": "1.14.0",
"tinycolor2": "1.6.0",
"url-pattern": "1.0.3",
"zod": "3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "13.5.6",
"@prezly/eslint-config": "5.3.2",
"@svgr/webpack": "6.5.1",
"@types/node": "18.19.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-instantsearch-core": "6.26.10",
"@types/react-instantsearch-dom": "6.12.7",
"@types/tinycolor2": "1.4.6",
"autoprefixer": "10.4.17",
"dotenv": "^16.0.3",
"eslint-config-next": "13.5.4",
"next-logger": "3.0.2",
"np": "9.2.0",
"postcss": "8.4.33",
"prettier": "3.1.1",
"sass": "1.70.0",
"stylelint": "15.11.0",
"typescript": "5.3.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/prezly/theme-nextjs-bea.git"
},
"bugs": {
"url": "https://github.com/prezly/theme-nextjs-bea/issues"
},
"homepage": "https://github.com/prezly/theme-nextjs-bea#readme"
}