forked from commercelayer/mfe-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 4.13 KB
/
package.json
File metadata and controls
152 lines (152 loc) · 4.13 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "mfe-checkout",
"version": "5.1.0",
"engines": {
"node": ">=20.x"
},
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "pnpm biome check components pages",
"lint:fix": "pnpm biome check components pages --write",
"test": "playwright test",
"test:debug": "PWDEBUG=1 playwright test",
"test:ui": "NEXT_PUBLIC_BASE_PATH=http://localhost:3000 playwright test --ui",
"serve": "serve -l tcp://localhost:$PORT/ -n -s out/dist",
"dep:upgrade:major": "pnpm exec npm-check-updates -u",
"dep:upgrade:minor": "pnpm dep:upgrade:major -t minor",
"browserslist:update": "pnpm dlx update-browserslist-db@latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commercelayer/mfe-checkout.git"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
[
"@semantic-release/github",
{
"addReleases": "top"
}
]
]
},
"author": {
"name": "Matteo Alessani",
"email": "matteo@commercelayer.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/commercelayer/mfe-checkout/issues"
},
"homepage": "https://github.com/commercelayer/mfe-checkout#readme",
"keywords": [
"reactjs",
"nextjs",
"jamstack",
"headless",
"ecommerce",
"api",
"checkout",
"commercelayer"
],
"dependencies": {
"@commercelayer/js-auth": "^6.7.1",
"@commercelayer/organization-config": "^2.2.0",
"@commercelayer/react-components": "^4.19.0",
"@commercelayer/sdk": "^6.33.0",
"@faker-js/faker": "^9.5.0",
"@headlessui/react": "^2.2.0",
"@next/bundle-analyzer": "^15.1.7",
"@next/eslint-plugin-next": "^15.1.7",
"@playwright/test": "1.50.1",
"@tailwindcss/forms": "^0.5.10",
"@types/async-retry": "1.4.8",
"@types/node": "^22.13.4",
"@types/react": "^18.3.12",
"@types/react-gtm-module": "^2.0.4",
"@types/styled-components": "^5.1.34",
"async-retry": "^1.3.3",
"autoprefixer": "^10.4.20",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"classnames": "^2.5.1",
"cron-parser": "^4.9.0",
"cronstrue": "^2.54.0",
"dotenv": "^16.4.7",
"i18next": "^24.2.2",
"next": "^15.1.7",
"next-build-id": "^3.0.0",
"next-i18next": "^15.4.2",
"postcss": "^8.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-i18next": "^15.4.1",
"react-router-dom": "^6.28.0",
"styled-components": "^6.1.15",
"tailwindcss": "^3.4.14",
"twin.macro": "^3.4.1",
"typescript": "^5.7.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"npm-check-updates": "^17.1.14",
"semantic-release": "^24.2.3",
"serve": "^14.2.4",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^36.0.1"
},
"resolutions": {
"semver": ">=7",
"braces": ">=3.0.3",
"ws": ">=7.5.10",
"cross-spawn": ">=7.0.5",
"@octokit/request-error": ">=6.1.7",
"@octokit/endpoint": ">=10.1.3",
"@octokit/request": ">=9.2.1",
"@octokit/plugin-paginate-rest": ">=11.4.1"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"cacheDirectories": [
".next/cache"
],
"pnpm": {
"overrides": {
"micromatch@<4.0.8": ">=4.0.8",
"path-to-regexp@>=2.0.0 <3.3.0": "=3.3.0"
}
}
}