-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "typescript-react-webpack-app-creator",
"version": "1.1.14",
"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": "^5.2.1",
"child_process": "^1.0.2",
"create-file": "^1.0.1",
"fs-extra": "^7.0.1",
"process": "^0.11.10",
"typescript": "3.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/amittkSharma/typescript-react-webpack-app-creator"
}
}