-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.87 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
{
"name": "iti-react-monorepo",
"private": true,
"version": "0.0.0",
"scripts": {
"clean": "tsc --build --clean",
"build": "yarn workspace @interface-technologies/iti-react copy-stylesheet && tsc --build",
"build:watch": "yarn build --watch",
"test": "jest -c scripts/jest.config.cjs",
"lint": "eslint .",
"lint-staged": "lint-staged --no-stash -c scripts/lint-staged.config.cjs",
"prettier": "prettier .",
"publish": "pwsh scripts/publish.ps1",
"start": "yarn workspace test-website start",
"typedoc": "typedoc"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@interface-technologies/jest-config": "workspace:*",
"@swc/core": "^1.2.155",
"@swc/jest": "^0.2.20",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.2",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-redux-saga": "^1.3.2",
"eslint-plugin-testing-library": "^5.1.0",
"jest": "^27.5.1",
"lint-staged": "^12.3.5",
"prettier": "2.5.1",
"redux-saga": "^1.1.3",
"typedoc": "^0.22.13",
"typedoc-plugin-param-names": "^3.1.0",
"typescript": "^4.6.2"
},
"prettier": "@interface-technologies/prettier-config",
"packageManager": "[email protected]"
}