-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.65 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
67
68
69
70
71
{
"name": "@vibecoding/css-loaders",
"version": "1.0.0",
"description": "Colección curada de 9 loaders CSS profesionales ultra-ligeros para Vibe Coding. Sin dependencias JavaScript, 100% responsive, performance superior.",
"main": "css/loaders.css",
"scripts": {
"start": "python -m http.server 8000",
"build": "npm run build:css && npm run build:minify",
"build:css": "echo 'Compilando CSS...'",
"build:minify": "echo 'Minificando archivos...'",
"test": "echo 'Running tests...'",
"lint": "echo 'Linting CSS...'",
"format": "echo 'Formatting files...'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vibecoding/css-loaders.git"
},
"keywords": [
"css",
"loaders",
"spinners",
"preloaders",
"loading",
"animations",
"vibe-coding",
"frontend",
"web-development",
"ui-components",
"responsive",
"accessibility",
"performance",
"zero-dependencies"
],
"author": {
"name": "Vibe Coding Community",
"url": "https://vibecoding.dev"
},
"contributors": [
{
"name": "Luis Angel Maciel",
"url": "https://github.com/luisangelmaciel"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vibecoding/css-loaders/issues"
},
"homepage": "https://vibecoding.dev/css-loaders",
"devDependencies": {},
"dependencies": {},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"files": [
"css/",
"js/",
"index.html",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"browserslist": [
"Chrome >= 90",
"Firefox >= 88",
"Safari >= 14",
"Edge >= 90",
"Opera >= 76"
]
}