-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.29 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
{
"name": "create-react18-boilerplate",
"version": "1.0.4",
"description": "Build the smallest React18 application.",
"main": "src/index.js",
"directories": {
"doc": "docs"
},
"bin": {
"create-react18-boilerplate": "bin/create-project",
"create-project": "bin/create-project"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublish": "npm-auto-version",
"postpublish": "git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hong-JunHyeok/react18-boilerplate.git"
},
"keywords": [
"cli",
"create-react18-boilerplate"
],
"author": {
"name": "Hong-JunHyeok",
"email": "edb1631@naver.com",
"url": "https://github.com/Hong-JunHyeok"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Hong-JunHyeok/react18-boilerplate/issues"
},
"homepage": "https://github.com/Hong-JunHyeok/react18-boilerplate#readme",
"files": [
"bin/",
"src/",
"templates/"
],
"devDependencies": {
"create-flex-plugin": "^4.3.4"
},
"dependencies": {
"arg": "^5.0.1",
"chalk": "^2.4.1",
"esm": "^3.2.25",
"execa": "^6.1.0",
"inquirer": "^8.2.2",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"npm-auto-version": "^1.0.0",
"pkg-install": "^1.0.0"
}
}