Skip to content

Instantly share code, notes, and snippets.

@kylelamse
Created July 7, 2017 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylelamse/ef6f1e11f6f9d882fb3e7838582cf295 to your computer and use it in GitHub Desktop.
Save kylelamse/ef6f1e11f6f9d882fb3e7838582cf295 to your computer and use it in GitHub Desktop.
{
"name": "typescript-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/enzyme": "^2.8.1",
"@types/extract-text-webpack-plugin": "^2.1.0",
"@types/jest": "^20.0.2",
"@types/node": "^8.0.8",
"@types/webpack": "^3.0.1",
"awesome-typescript-loader": "^3.2.1",
"enzyme": "^2.9.1",
"extract-text-webpack-plugin": "^2.1.2",
"jest": "^20.0.4",
"react-test-renderer": "^15.6.1",
"source-map-loader": "^0.2.1",
"ts-jest": "^20.0.6",
"ts-node": "^3.1.0",
"typescript": "^2.4.1",
"webpack": "^3.0.0"
},
"dependencies": {
"@types/react": "^15.0.34",
"@types/react-dom": "^15.5.1",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment