-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.19 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": "react-socket.io",
"version": "0.0.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"build": "npx tsc",
"test": "npx jest --config jestconfig.json"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@types/axios": "^0.14.0",
"@types/jest": "^25.1.3",
"@types/lodash": "^4.14.146",
"@types/node": "^12.12.7",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.4",
"@types/socket.io": "^2.1.4",
"@types/socket.io-client": "^1.4.32",
"@types/styled-components": "^4.4.2",
"@types/styled-jsx": "^2.2.8",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "1.7.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"socket.io-client": "^2.3.0",
"ts-jest": "^25.2.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.8.3"
},
"files": [
"lib/**/*"
]
}