-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.18 KB
/
package.json
File metadata and controls
52 lines (52 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
51
52
{
"name": "react-faststart",
"version": "1.0.12",
"description": "A CLI tool for quick React project setup with Vite, Tailwind CSS, and seamless configuration.",
"main": "./index.js",
"type": "module",
"bin": {
"react-faststart": "./index.js"
},
"scripts": {
"dev": "node ./index.js"
},
"keywords": [
"react-faststart",
"create-vite-tailwind",
"react",
"vite",
"tailwindcss",
"create-react-app",
"create-vite-react"
],
"author": "Sankalp Haritash",
"license": "ISC",
"dependencies": {
"@types/react": "^18.3.12",
"chalk": "^5.3.0",
"envinfo": "^7.14.0",
"execa": "^9.5.1",
"fs": "^0.0.1-security",
"hyperquest": "^2.1.3",
"inquirer": "^12.1.0",
"react": "^18.3.1",
"semver": "^7.6.3",
"tar-pack": "^3.4.1",
"validate-npm-package-name": "^6.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15"
},
"repository": {
"type": "git",
"url": "https://github.com/SankalpHaritash21/react-faststart"
},
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/SankalpHaritash21/react-faststart/issues"
}
}