2016-10-26 10:17:02 +00:00
|
|
|
{
|
2016-12-22 05:10:54 +00:00
|
|
|
"name": "with-jest",
|
2016-10-26 10:17:02 +00:00
|
|
|
"dependencies": {
|
2016-12-21 14:06:24 +00:00
|
|
|
"next": "^2.0.0-beta"
|
2016-10-26 10:17:02 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-12-21 14:06:24 +00:00
|
|
|
"babel-jest": "^18.0.0",
|
2016-10-26 10:17:02 +00:00
|
|
|
"enzyme": "^2.5.1",
|
2016-12-21 14:06:24 +00:00
|
|
|
"jest-cli": "^18.0.0",
|
2016-10-29 13:20:16 +00:00
|
|
|
"react": "^15.3.2",
|
|
|
|
"react-addons-test-utils": "^15.3.2",
|
2016-12-21 14:06:24 +00:00
|
|
|
"react-dom": "^15.3.2",
|
|
|
|
"react-test-renderer": "^15.4.1"
|
2016-10-26 10:17:02 +00:00
|
|
|
}
|
|
|
|
}
|