-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.39 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.39 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
{
"name": "bullframe.css",
"version": "5.1.0",
"description": "Bullframe CSS is a lightweight Sass (SCSS) framework for building fast, responsive, and accessible UIs — semantic, themeable, and classless-friendly, with solid cross-browser support.",
"jsdelivr": "dist/css/bullframe.css",
"unpkg": "dist/css/bullframe.css",
"main": "dist/css/bullframe.css",
"directories": {
"doc": "dist/docs/"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcop135/bullframe.css.git"
},
"keywords": [
"boilerplate",
"cross-browser",
"css",
"css-framework",
"dark",
"dark-theme",
"darkmode",
"normalize-css",
"reset-css",
"responsive",
"responsive-web-design",
"sass",
"sass-framework",
"scss",
"typography"
],
"author": "Marco Pontili",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcop135/bullframe.css/issues"
},
"homepage": "https://bullframecss.marcopontili.com",
"devDependencies": {
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"fs": "^0.0.1-security",
"glob": "^11.0.3",
"htmlhint": "^1.6.3",
"path": "^0.12.7",
"postcss": "^8.5.6",
"sass": "^1.89.2",
"stylelint": "^16.21.1",
"stylelint-config-standard-scss": "^15.0.1",
"vite": "^7.0.2"
}
}