2016-10-26 10:17:02 +00:00
|
|
|
{
|
2016-12-22 05:10:54 +00:00
|
|
|
"name": "with-jest",
|
2017-06-23 08:46:44 +00:00
|
|
|
"version": "1.0.0",
|
2017-10-17 18:59:22 +00:00
|
|
|
"jest": {
|
|
|
|
"setupFiles": [
|
|
|
|
"<rootDir>/shim.js"
|
|
|
|
]
|
|
|
|
},
|
2016-10-26 10:17:02 +00:00
|
|
|
"dependencies": {
|
2017-04-03 04:16:35 +00:00
|
|
|
"next": "latest",
|
2017-10-17 18:59:22 +00:00
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0"
|
2017-05-09 16:00:25 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"enzyme": "^2.8.2",
|
2017-10-17 18:59:22 +00:00
|
|
|
"jest": "^21.0.0",
|
|
|
|
"react-addons-test-utils": "^15.6.0",
|
|
|
|
"react-test-renderer": "^16.0.0"
|
2016-10-26 10:17:02 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
}
|
2017-10-17 18:59:22 +00:00
|
|
|
}
|