mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
de6bf4e75f
Update @zeit/next-typescript version on examples using it
31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"name": "with-jest-typescript",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^6.0.0",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^23.0.0",
|
|
"@types/next": "^2.4.8",
|
|
"@types/react": "^16.0.41",
|
|
"@types/react-dom": "^16.0.4",
|
|
"@zeit/next-typescript": "1.1.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-jest": "23.0.1",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
|
"jest": "^23.1.0",
|
|
"react-addons-test-utils": "^15.6.2",
|
|
"react-test-renderer": "^16.2.0",
|
|
"typescript": "^2.7.2"
|
|
}
|
|
}
|