-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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": "react-cosmos-redux",
"version": "2.0.0",
"description": "Redux mock for React Cosmos fixtures",
"repository": "https://github.com/skidding/react-cosmos-redux.git",
"author": "Ovidiu Cherecheș <skidding@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"test": "jest --coverage"
},
"dependencies": {},
"devDependencies": {
"@testing-library/dom": "^7.2.1",
"@testing-library/react": "^10.0.3",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.34",
"@types/react-redux": "^7.1.7",
"@types/redux": "^3.6.0",
"@typescript-eslint/parser": "^2.29.0",
"codecov": "^3.6.5",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"jest": "^25.4.0",
"prettier": "^2.0.4",
"react": "^16.13.1",
"react-cosmos": "^5.2.0-alpha.6",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
}
}