-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.21 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.21 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
{
"name": "@commercetools-frontend/mc-dev-authentication",
"version": "27.2.0",
"description": "Authentication views when running webpack-dev-server in development mode",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/merchant-center-application-kit.git",
"directory": "packages/mc-dev-authentication"
},
"homepage": "https://docs.commercetools.com/merchant-center-customizations",
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-frontend-mc-dev-authentication.cjs.js",
"module": "dist/commercetools-frontend-mc-dev-authentication.esm.js",
"files": [
"dist",
"transformer-local.js",
"package.json",
"LICENSE",
"README.md"
],
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15"
},
"devDependencies": {
"@commercetools-frontend/application-config": "workspace:*",
"@tsconfig/node24": "^24.0.0",
"@types/connect": "^3.4.36",
"connect": "^3.7.0"
},
"engines": {
"node": "18.x || 20.x || >=22.0.0"
}
}