-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 1011 Bytes
/
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
{
"name": "@table-nav/core-monorepo",
"scripts": {
"dev": "yarn workspace @table-nav/storybook start",
"test": "yarn workspaces foreach run test",
"build": "yarn workspaces foreach run build",
"watch": "concurrently -n core,react 'yarn workspace @table-nav/core watch' 'yarn workspace @table-nav/react watch'",
"lint": "eslint --ignore-path .gitignore --quiet --no-error-on-unmatched-pattern packages/**/*{js,jsx,ts,tsx}"
},
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"concurrently": "^8.2.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
},
"packageManager": "[email protected]"
}