-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1009 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
36
37
38
39
40
41
42
{
"name": "new",
"version": "1.0.0",
"description": "",
"keywords": [],
"homepage": "https://codesandbox.io/s/new",
"main": "src/index.js",
"license": "MIT",
"dependencies": {
"@bigtest/interactor": "0.9.1",
"@bigtest/react": "0.1.2",
"coveralls": "3.0.2",
"classnames": "2.2.6",
"microstates": "0.12.3",
"prop-types": "15.6.2",
"react": "16.6.3",
"react-dom": "16.6.3",
"react-interval": "2.0.2",
"react-scripts": "2.1.1"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"coverage": "react-scripts test --env=jsdom --coverage",
"coveralls": "yarn coverage && cat ./coverage/lcov.info | coveralls"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.js",
"!src/index.js"
]
}
}