-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.25 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
{
"license": "UNLICENSED",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"g:stylelint": "stylelint --config .stylelintrc.js --custom-formatter @equisoft/stylelint-config/formatter",
"changelog": "conventional-changelog --config ./.conventional-changelog.config.mjs -i CHANGELOG.md -s -r 1",
"checkLicense": "yarn licenses audit --config=licenses.config.js --output-file=./build/license/license.xml --summary"
},
"devDependencies": {
"@equisoft/stylelint-config": "^4.0.0",
"@types/eslint": "^8.56.10",
"@types/yargs": "^17.0.32",
"conventional-changelog-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^8.39.0",
"postcss": "^8.4.35",
"postcss-styled-syntax": "^0.6.4",
"stylelint": "^16.2.1",
"typescript": "~5.5.0",
"xmlbuilder": "^15.1.1",
"yargs": "^17.7.2"
},
"resolutions": {
"@types/react": "^17",
"react-docgen-typescript": "^2.0.0",
"@types/react-router-dom": "5.3.3",
"cheerio": "1.0.0-rc.12",
"webpack": "^5",
"react-docgen-typescript-plugin": "patch:react-docgen-typescript-plugin@npm%3A1.0.6#~/.yarn/patches/react-docgen-typescript-plugin-npm-1.0.6-aa3dcb318a.patch"
},
"packageManager": "[email protected]"
}