-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.34 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
{
"name": "@department-of-veterans-affairs/mobile-component-library-monorepo",
"description": "VA Design System Mobile Monorepo",
"main": "index.js",
"version": "0.0.1",
"license": "ISC",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint .",
"publish-workspaces": "yarn workspaces foreach --verbose --no-private npm publish --access public --tolerate-republish"
},
"engines": {
"node": ">=20.0.0"
},
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-library#readme",
"packageManager": "yarn@4.0.2",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-tsdoc": "^0.3.0",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"typescript": "~5.3.3"
},
"resolutions": {
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0",
"ip": "^2.0.1",
"react-docgen-typescript": "2.2.2",
"semver": "^7.5.3"
},
"overrides": {
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0",
"ip": "^2.0.1",
"react-docgen-typescript": "2.2.2",
"semver": "^7.5.3"
}
}