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": {
|
2017-02-08 04:41:38 +00:00
|
|
|
"next": "^2.0.0-beta",
|
|
|
|
"react": "^15.4.2",
|
|
|
|
"react-dom": "^15.4.2"
|
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",
|
2017-02-09 03:02:58 +00:00
|
|
|
"react-addons-test-utils": "^15.4.2",
|
|
|
|
"babel-preset-es2015": "^6.22.0",
|
|
|
|
"react-test-renderer": "^15.4.2"
|
2016-10-26 10:17:02 +00:00
|
|
|
}
|
|
|
|
}
|