-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.08 KB
/
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
42
43
44
45
46
{
"name": "react-auto-clean-template",
"version": "2.0.6",
"description": "Clean architecture based react template with the help of CRA (Create react app)",
"keywords": [
"clean architecture",
"template",
"react template",
"CRA",
"create react app",
"redux",
"react router",
"bootstrap",
"scss"
],
"scripts": {
"ts": "npx tsc -w"
},
"bin": {
"react-auto-clean-template": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monzoor/react-auto-clean-template.git"
},
"author": "Monzoor Morshed Mahmud",
"license": "MIT",
"bugs": {
"url": "https://github.com/monzoor/react-auto-clean-template/issues"
},
"private": false,
"homepage": "https://github.com/monzoor/react-auto-clean-template#readme",
"dependencies": {
"chalk": "^4.1.0",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"fs-extra": "^9.1.0",
"log-update": "^4.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^14.14.37",
"tslint": "^6.1.3",
"typescript": "^4.2.3"
}
}