-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 857 Bytes
/
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
{
"name": "cypress-react-devtools",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/NoriSte/cypress-react-devtools.git",
"author": "NoriSte <[email protected]>",
"license": "MIT",
"devDependencies": {
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.5",
"react-scripts": "3.4.4",
"cypress": "4.12.1"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-redux": "^7.0.2",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --env=node",
"cy:open": "cypress open",
"commit": "npx git-cz"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}