typescript-react-webpack-app-creator
Version:
Npm module to create an empty react app with typescript as compiller, webpack as bundler and tslint included.
42 lines (41 loc) • 940 B
JSON
{
"name": "typescript-react-webpack-app-creator",
"version": "1.1.13",
"description": "Npm module to create an empty react app with typescript as compiller, webpack as bundler and tslint included.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"bin": {
"create-app": "bin/create-app.js"
},
"preferGlobal": true,
"keywords": [
"Typescript",
"React",
"Webpack",
"Tslint",
"tsc",
"Webpack 2",
"Typescript React Webpack",
"Linting",
"Reactjs",
"Inline CSS",
"source maps"
],
"author": "Amit Sharma",
"license": "MIT",
"devDependencies": {
},
"dependencies": {
"awesome-typescript-loader": "^3.2.1",
"child_process": "^1.0.2",
"create-file": "^1.0.1",
"fs-extra": "^3.0.1",
"process": "^0.11.10"
},
"repository": {
"type": "git",
"url": "https://github.com/amittkSharma/typescript-react-webpack-app-creator"
}
}