mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"name": "with-jest",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"enzyme": "^2.8.2",
|
|
"jest": "^20.0.0",
|
|
"react-addons-test-utils": "^15.5.1",
|
|
"react-test-renderer": "^15.5.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
}
|
|
}
|