-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "quickstart-react",
"version": "2.1.0",
"description": "A CLI tool to quickly scaffold a React + Vite project with optional CSS frameworks and useful packages, ready to use out of the box.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"bin": {
"quickstart-react": "index.js"
},
"keywords": [
"react",
"vite",
"cli",
"scaffolding",
"starter",
"template",
"tailwind",
"bootstrap",
"mui",
"javascript",
"frontend",
"react-app"
],
"author": "harshgupta20",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/harshgupta20/quickstart-react.git"
},
"bugs": {
"url": "https://github.com/harshgupta20/quickstart-react/issues"
},
"homepage": "https://github.com/harshgupta20/quickstart-react#readme",
"dependencies": {
"@inquirer/prompts": "^7.8.3",
"inquirer-select-pro": "^1.0.0-alpha.9"
}
}