-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.43 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
{
"name": "create-rp-app",
"version": "1.2.0",
"description": "It's a npx command tool to create a react project with the help of webpack and give choices to user to add important packages and popular css frameworks.",
"main": "./dist/index.js",
"scripts": {
"build": "tsup && shx rm -rf dist/protemplates && shx cp -r protemplates dist",
"start": "node ./dist/index.js"
},
"bin": {
"create-rp-app": "./dist/index.js"
},
"keywords": [
"axios",
"redux",
"react-router",
"redux",
"react",
"npx",
"mui",
"redux-thunk",
"redux-saga",
"tailwindcss",
"bootstrap"
],
"files": [
".gitignore",
"LICENSE",
"package-lock.json",
"package.json",
"README.md",
"dist"
],
"author": "amitkrout",
"bugs": {
"url": "https://github.com/amitkroutthedev/create-reactopack/issues"
},
"homepage": "https://github.com/amitkroutthedev/create-reactopack#readme",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.9.1",
"axios": "1.7.9",
"figlet": "1.8.0",
"gradient-string": "3.0.0",
"inquirer": "12.3.2",
"npm": "11.0.0",
"ora-classic": "^5.4.2",
"picocolors": "^1.1.1",
"shelljs": "0.8.5",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/figlet": "^1.7.0",
"@types/gradient-string": "^1.1.6",
"@types/node": "22.10.6",
"@types/shelljs": "^0.8.15",
"shx": "^0.3.4",
"tsup": "^8.3.5"
}
}