This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@egodigital/create-react-app",
"displayName": "React Web Creator",
"version": "0.23.0",
"description": "Generator, that creates and setup a new React web app.",
"main": "index.js",
"bin": {
"create-react-app": "./bin/create-react-app"
},
"files": [
"/bin",
"/template",
"CHANGELOG.md",
"help.js",
"index.js",
"LICENSE",
"package.json",
"package-lock.json",
"README.md",
"util.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/egodigital/create-react-app"
},
"author": "e.GO Digital GmbH, Aachen, Germany",
"homepage": "https://github.com/egodigital/create-react-app#readme",
"keywords": [
"axios",
"enzyme",
"generator",
"i18",
"jest",
"material design",
"material-ui",
"prop-types",
"pwa",
"react",
"recharts",
"rest",
"router",
"routing",
"sass",
"scss",
"spa",
"typescript",
"web"
],
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"ejs": "^3.1.3",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.2",
"minimist": "^1.2.5",
"ora": "^4.0.5",
"sanitize-filename": "^1.6.3"
},
"devDependencies": {
"@types/ejs": "^3.0.4",
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^6.5.0",
"@types/minimist": "^1.2.0",
"@types/node": "^10.17.27"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}