This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.7 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
87
88
89
{
"name": "theme-nextjs-marcel",
"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 **.{css,scss}",
"lint-styles:fix": "npx stylelint **.{css,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",
"@playwright/test": "^1.33.0",
"@prezly/analytics-nextjs": "3.0.0",
"@prezly/content-renderer-react-js": "0.38.6",
"@prezly/sdk": "21.9.0",
"@prezly/story-content-format": "0.65.1",
"@prezly/theme-kit-core": "7.5.1",
"@prezly/theme-kit-intl": "7.5.1",
"@prezly/theme-kit-nextjs": "7.5.1",
"@prezly/uploadcare": "2.4.3",
"@prezly/uploadcare-image": "0.3.2",
"@react-hookz/web": "14.7.1",
"@sentry/nextjs": "7.99.0",
"algoliasearch": "4.22.1",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"intersection-observer": "0.12.2",
"modern-normalize": "1.1.0",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-core": "6.40.4",
"react-instantsearch-dom": "6.40.4",
"react-intl": "6.6.2",
"social-links": "1.14.0",
"tinycolor2": "1.6.0"
},
"devDependencies": {
"@next/bundle-analyzer": "13.5.6",
"@prezly/eslint-config": "5.2.0",
"@svgr/webpack": "6.5.1",
"@types/node": "18.19.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-instantsearch-dom": "6.12.7",
"@types/tinycolor2": "1.4.6",
"autoprefixer": "10.4.19",
"dotenv": "^16.0.3",
"eslint": "8.56.0",
"next-logger": "3.0.2",
"np": "9.2.0",
"postcss": "8.4.33",
"prettier": "2.8.8",
"sass": "1.70.0",
"stylelint": "15.11.0",
"stylelint-config-tailwindcss": "0.0.7",
"tailwindcss": "3.4.1",
"typescript": "4.9.5"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/prezly/theme-nextjs-marcel.git"
},
"bugs": {
"url": "https://github.com/prezly/theme-nextjs-marcel/issues"
},
"homepage": "https://github.com/prezly/theme-nextjs-marcel#readme"
}