react-ats-scripts
Version:
Configuration and scripts for Create React App with Storybook, TypeScript, Babel and Sass.
113 lines (112 loc) • 2.82 kB
JSON
{
"name": "react-ats-scripts",
"version": "1.4.18",
"description": "Configuration and scripts for Create React App with Storybook, TypeScript, Babel and Sass.",
"repository": "Bogala/create-react-app-awesome-ts",
"license": "MIT",
"keywords": [
"create-react-app",
"react",
"reactjs",
"typescript",
"ts",
"awesome-typescript-loader",
"sass",
"webpack",
"starter",
"storybook",
"enzyme",
"16",
"react16",
"gherkin",
"specs",
"bdd",
"behavior",
"driven",
"redux",
"observable",
"rxjs",
"redux-observable"
],
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/Bogala/create-react-app-awesome-ts/issues"
},
"files": [
"bin",
"config",
"scripts",
"template",
"utils"
],
"bin": {
"react-ats-scripts": "./bin/react-ats-scripts.js"
},
"dependencies": {
"autoprefixer": "8.0.0",
"awesome-typescript-loader": "3.4.1",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.4.1",
"babel-loader": "7.1.2",
"babel-preset-react-app": "3.1.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "2.3.1",
"css-loader": "0.28.10",
"dotenv": "5.0.0",
"eslint": "4.18.1",
"eslint-config-react-app": "2.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.46.1",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"extract-text-webpack-plugin": "3.0.2",
"fbjs-scripts": "^0.8.1",
"file-loader": "1.1.9",
"fs-extra": "5.0.0",
"gherkin": "5.0.1",
"gherkin-specs-api": "^1.0.11",
"html-webpack-plugin": "2.30.1",
"jest": "22.4.2",
"node-gherkin-runner": "^1.0.8",
"node-sass": "4.7.2",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.3.0",
"postcss-loader": "2.1.0",
"promise": "8.0.1",
"react-dev-utils": "5.0.0",
"sass-loader": "6.0.6",
"source-map-loader": "0.2.3",
"style-loader": "0.20.2",
"stylelint": "9.1.1",
"stylelint-config-standard": "18.1.0",
"stylelint-webpack-plugin": "0.10.3",
"sw-precache-webpack-plugin": "0.11.4",
"ts-jest": "22.0.4",
"tslint": "5.9.1",
"tslint-loader": "3.5.3",
"tslint-react": "3.5.1",
"typescript": "2.7.2",
"url-loader": "0.6.2",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.1",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.6",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-observable": "^0.18.0",
"rxjs": "^5.5.6"
},
"optionalDependencies": {
"fsevents": "1.1.3"
}
}