-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (41 loc) · 846 Bytes
/
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
{
"name": "react-tailwind-app",
"description": "Create React Vite project with TailwindCSS.",
"version": "1.7.0",
"license": "MIT",
"repository": "moazirfan/react-tailwind-app",
"author": {
"name": "Moaz Irfan",
"email": "irfanmoaz@gmail.com",
"url": "https://moazirfan.com"
},
"bin": {
"react-tailwind-app": "index.js"
},
"files": [
"utils",
"template",
"index.js"
],
"keywords": [
"react-tailwind-app",
"react-with-tailwind",
"create-react-app",
"tailwind"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"await-to-js": "^3.0.0",
"chalk": "^4.1.1",
"cli-meow-help": "^2.0.2",
"cli-welcome": "^2.2.2",
"fs-extra": "11.1.1",
"data-store": "^4.0.3",
"enquirer": "^2.3.6",
"execa": "^5.0.0",
"meow": "9.0.0",
"ora": "^5.4.0"
}
}