-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 977 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 977 Bytes
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
{
"name": "x---ui",
"version": "1.0.0",
"description": "X-UI is a modern, responsive social media UI built with Tailwind CSS. It features a clean design, dark/light mode, reusable components, and full responsiveness. Optimized for performance and customization, it's perfect for next-gen social platforms. Open-source and ready for contributions! 🚀",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx tailwindcss -i ./src/input.css -o ./src/output.css --watch",
"start": "vite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Siddhant-78/X---UI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Siddhant-78/X---UI/issues"
},
"homepage": "https://github.com/Siddhant-78/X---UI#readme",
"devDependencies": {
"tailwindcss": "^3.4.17"
},
"dependencies": {
"vite": "^6.0.11"
}
}