-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "atomiql",
"version": "1.0.1",
"description": "",
"scripts": {
"test": "jest -c jest.config.js --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"prepublish": "tsc",
"devDependencies": {
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^6.0.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.5",
"@typescript-eslint/parser": "^4.28.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"prettier": "^2.3.1",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5",
"typescript-eslint": "^0.0.1-alpha.0"
},
"peerDependencies": {
"jotai": "*",
"react": "*"
},
"dependencies": {
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"graphql-tools": "^7.0.5",
"lodash": "^4.17.21"
}
}