Created
June 12, 2020 17:26
-
-
Save moshfiqrony/8e121c93757fe81eb80af184188f2bad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "moshfiqrony", | |
"version": "1.0.0", | |
"license": "MIT", | |
"scripts": { | |
"test": "jest --env=jest-environment-jsdom-sixteen --watch", | |
"start": "react-scripts start" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.10.2", | |
"@babel/preset-env": "^7.10.2", | |
"@babel/preset-react": "^7.10.1", | |
"@testing-library/react": "^10.2.1", | |
"@types/jest": "^25.2.3", | |
"babel-jest": "^26.0.1", | |
"core-js": "^3.6.5", | |
"jest": "^26.0.1", | |
"jest-environment-jsdom-sixteen": "^1.0.3", | |
"jsdom": "^16.2.2", | |
"regenerator-runtime": "^0.13.5", | |
"yarn": "^1.22.4" | |
}, | |
"dependencies": { | |
"@material-ui/core": "^4.10.1", | |
"axios": "^0.19.2", | |
"bootstrap": "^4.5.0", | |
"jest": "^26.0.1", | |
"prop-types": "^15.7.2", | |
"react": "^16.13.1", | |
"react-dom": "^16.13.1", | |
"react-highlight-words": "^0.16.0", | |
"react-scripts": "^3.4.1" | |
}, | |
"browserslist": { | |
"production": [ | |
">0.2%", | |
"not dead", | |
"not op_mini all" | |
], | |
"development": [ | |
"last 1 chrome version", | |
"last 1 firefox version", | |
"last 1 safari version" | |
] | |
}, | |
"jest":{ | |
"setupFilesAfterEnv":["./setupTests.js"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment