-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 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
45
46
47
48
49
50
{
"name": "create-base-react-app",
"version": "2.0.3",
"main": "index.js",
"bin": {
"create-react-js-tailwind": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/akshaywritescode/create-base-react-app.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"keywords": [
"create-react-app",
"tailwind boilerplate",
"react boilerplate",
"react",
"tailwind",
"vite",
"JSX",
"react tailwind",
"react + tailwind"
],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"vite": "^6.0.3",
"tailwindcss": "^3.0.0",
"postcss": "^8.4.6",
"autoprefixer": "^10.4.4"
}
}