rsnext/examples/with-jest-typescript/package.json
Luis Fernando Alvarez D 8c5209efab Update typescript examples (#7867)
* Updated with-jest-typescript

* Updated the mobx-state-tree-typescript example

* Removed the sitemap with typescript example

* Updated the with css typings example
2019-07-10 12:51:21 +02:00

28 lines
651 B
JSON

{
"name": "with-jest-typescript",
"version": "1.0.0",
"scripts": {
"test": "jest",
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"babel-core": "^6.26.3",
"babel-jest": "^24.5.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"jest": "^24.5.0",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.8.4",
"typescript": "^3.3.3333"
}
}