Files
create-react-app/packages/react-scripts/package.json
2017-05-17 16:36:46 -04:00

68 lines
1.6 KiB
JSON

{
"name": "react-scripts-ts",
"version": "1.4.0",
"description": "Configuration and scripts for Create React App.",
"repository": "wmonk/create-react-app",
"license": "BSD-3-Clause",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/wmonk/create-react-app/issues"
},
"files": [
"babelrc",
"eslintrc",
"bin",
"config",
"bin",
"scripts",
"template",
"utils"
],
"bin": {
"react-scripts-ts": "./bin/react-scripts-ts.js"
},
"dependencies": {
"app-root-path": "^2.0.1",
"autoprefixer": "6.7.2",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"cli-highlight": "1.1.4",
"connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2",
"css-loader": "0.26.1",
"detect-port": "1.1.0",
"dotenv": "2.0.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.10.0",
"fs-extra": "0.30.0",
"html-webpack-plugin": "2.24.0",
"http-proxy-middleware": "0.17.3",
"jest": "18.1.0",
"json-loader": "0.5.4",
"object-assign": "4.1.1",
"postcss-loader": "1.2.2",
"promise": "7.1.1",
"react-dev-utils": "^0.5.2",
"style-loader": "0.13.1",
"ts-loader": "^2.0.3",
"tslint": "^5.2.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.0.0",
"typescript": "^2.3.2",
"url-loader": "0.5.7",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.2"
},
"devDependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0"
},
"optionalDependencies": {
"fsevents": "1.0.17"
}
}