-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "create-typical-env",
"version": "1.0.1",
"description": "CLI to quickly set up a Typical Env. Features & technologies included: React, Vite, React Router, React Router DOM, Tailwind CSS, clsx, twmerge, cn, CSS AOS library, Boxions, Shadcn, and React Bits.",
"main": "src/main.js",
"bin": {
"create-typical-env": "bin/index.js"
},
"type": "module",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"cli",
"react",
"vite",
"tailwind",
"template",
"setup",
"react-router",
"boxicons",
"cn",
"clsx",
"tailwind-merge",
"react-bits",
"CSS AOS library"
],
"author": "Christopher Nzenwata",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/typical-developer/typical-env-cli-tool.git"
},
"bugs": {
"url": "https://github.com/typical-developer/typical-env-cli-tool/issues"
},
"homepage": "https://github.com/typical-developer/typical-env-cli-tool#readme",
"dependencies": {
"chalk": "^5.6.2",
"degit": "^2.8.4",
"ora": "^8.2.0",
"prompts": "^2.4.2"
}
}