forked from otto-de/b2b-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.95 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
{
"name": "@otto-de/b2b-design-system",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/otto-de/b2b-design-system.git"
},
"author": "Otto GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/otto-de/b2b-design-system/issues"
},
"homepage": "https://github.com/otto-de/b2b-design-system#readme",
"scripts": {
"deploy": "npm run deploy --workspace=@otto-de/b2b-core-components",
"release": "semantic-release",
"build-tokens": "npm run build --workspace=@otto-de/b2b-tokens",
"build-core-components": "npm run build --workspace=@otto-de/b2b-core-components",
"build-react-components": "npm run build --workspace=@otto-de/b2b-react-components",
"build": "npm-run-all build-tokens build-core-components build-react-components",
"lint": "npm run lint --workspace=@otto-de/b2b-core-components",
"test": "npm run test --workspace=@otto-de/b2b-core-components",
"prepare": "node scripts/prepare.mjs",
"preinstall": "npx force-resolutions"
},
"workspaces": [
"packages/tokens",
"packages/core-components",
"packages/react-components"
],
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.6.5",
"@npmcli/package-json": "^5.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.1.0",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"husky": "^8.0.1",
"jest": "^29.1.1",
"npm-force-resolutions": "^0.0.10",
"npm-run-all": "^4.1.5",
"puppeteer": "^18.2.1",
"semantic-release": "^19.0.5"
},
"resolutions": {
"trim": "0.0.3",
"trim-newlines": "3.0.1",
"sass-graph": "4.0.1"
},
"engines": {
"npm": "^10.0.0",
"node": "^20.11.1"
}
}