-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "root",
"private": true,
"devDependencies": {
"@types/array.prototype.flat": "^1.2.1",
"@types/body-parser": "^1.17.1",
"@types/glob": "^7.2.0",
"@types/jest": "^29.5.11",
"@types/md5": "^2.1.33",
"@types/react": "^16.9.20",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"acorn": "^8.0.0",
"acorn-jsx": "^5.3.1",
"conditional-type-checks": "^1.0.5",
"enzyme": "^3.11.0",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"lerna": "^4.0.0",
"mock-req": "^0.2.0",
"mock-res": "^0.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2",
"rimraf": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"dependencies": {
"connected-client": "file:packages/connected-client"
}
}