typed-catch-of-the-day
Version:
typescript version of wes bos' catch of the day app
63 lines (62 loc) • 1.51 kB
JSON
{
"name": "typed-catch-of-the-day",
"version": "1.0.0",
"description": "typescript version of wes bos' catch of the day app",
"repository": {
"type": "git",
"url": "git://github.com/ryanluker/typed-catch-of-the-day.git"
},
"keywords": [
"react",
"typescript",
"conversion",
"webpack",
"jest-cli"
],
"scripts": {
"test": "jest",
"postinstall": "typings install",
"build": "webpack",
"start": "webpack-dev-server --content-base build/ --inline --hot"
},
"author": "ryanluker",
"license": "MIT",
"devDependencies": {
"css-loader": "0.23.0",
"file-loader": "0.8.5",
"history": "1.12.5",
"jest-cli": "11.0.2",
"react": "15.0.1",
"react-addons-css-transition-group": "15.0.1",
"react-addons-test-utils": "15.0.1",
"react-dom": "15.0.1",
"react-router": "1.0.0",
"style-loader": "0.13.0",
"stylus-loader": "1.4.2",
"ts-loader": "0.7.1",
"typescript": "1.8.10",
"typings": "0.6.8",
"url-loader": "0.5.7",
"webpack": "1.12.6",
"webpack-dev-server": "1.12.1"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"testFileExtensions": [
"ts",
"tsx",
"js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"testPathDirs": [
"<rootDir>/scripts/components/"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/*"
]
}
}