-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.18 KB
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
{
"name": "create-nexus-react-app",
"version": "1.0.5",
"description": "Production-ready React + Tailwind + Router + Auth starter CLI",
"bin": {
"create-nexus-react-app": "bin/index.js"
},
"keywords": [
"react",
"tailwindcss",
"react-router",
"authentication",
"boilerplate",
"starter-kit",
"cli",
"vite"
],
"author": "anointedthedeveloper",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anointedthedeveloper/Developer-CLI-Tool.git"
},
"bugs": {
"url": "https://github.com/anointedthedeveloper/Developer-CLI-Tool/issues"
},
"homepage": "https://github.com/anointedthedeveloper/Developer-CLI-Tool#readme",
"engines": {
"node": ">=14.16"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"commander": "^11.1.0",
"ejs": "^3.1.9",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"inquirer": "^8.2.5",
"ora": "^5.4.1",
"validate-npm-package-name": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.51.0",
"prettier": "^3.0.3"
}
}