-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.5 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.5 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "crap-ui",
"private": false,
"version": "1.0.11",
"type": "module",
"description": "A lightweight Vite + React + Tailwind + react/lucide icons and context api starter template",
"keywords": [
"react tailwind project setup",
"react tailwind",
"vite",
"crapui",
"crap-ui",
"react tailwind template",
"tailwind",
"template",
"starter",
"scaffold",
"boilerplate"
],
"author": "Mehedi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mehediScriptDev/CrapUi.git"
},
"bugs": {
"url": "https://github.com/mehediScriptDev/CrapUi/issues"
},
"homepage": "https://github.com/mehediScriptDev/CrapUi#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"bin": {
"crap-ui": "bin/create.cjs"
},
"files": [
"templates",
"bin"
],
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"inquirer": "^8.2.5",
"lenis": "^1.3.17",
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"tailwindcss": "^4.1.17"
},
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"vite": "^7.1.7"
}
}