FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
css/package.json at master · webpixels/css · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
webpixels
/
css
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
17
Star
131
Code
Issues
5
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
css
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
65 lines (65 loc) · 1.82 KB
Breadcrumbs
css
/
package.json
Copy path
File metadata and controls
65 lines (65 loc) · 1.82 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@webpixels/css
"
,
"description"
:
"
Utility and component-centric design system based on Bootstrap for fast, responsive UI development.
"
,
"version"
:
"
3.0.5
"
,
"version_short"
:
"
3.0
"
,
"license"
:
"
MIT
"
,
"style"
:
"
dist/all.css
"
,
"sass"
:
"
all.scss
"
,
"keywords"
: [
"
webpixels
"
,
"
bootstrap
"
,
"
design-system
"
,
"
ui-components
"
,
"
html
"
,
"
css
"
,
"
sass
"
,
"
responsive
"
,
"
front-end
"
,
"
framework
"
,
"
web
"
,
"
component-centric
"
,
"
utilities
"
],
"homepage"
:
"
https://webpixels.io
"
,
"repository"
:
"
https://github.com/webpixels/css.git
"
,
"bugs"
: {
"url"
:
"
https://github.com/webpixels/css/issues
"
},
"bin"
: {
"webpixels"
:
"
./bin.js
"
},
"scripts"
: {
"build"
:
"
npm run css
"
,
"css:compile"
:
"
sass --load-path=node_modules --style=compressed --source-map --embed-sources scss:dist/
"
,
"css:prefix"
:
"
postcss --replace dist/*.css --use autoprefixer --map
"
,
"css:purge"
:
"
purgecss --css dist/index.css --content index.html --output dist/css/
"
,
"css:fusv"
:
"
fusv scss/ site/assets/scss/
"
,
"css"
:
"
npm-run-all css:compile css:prefix
"
,
"postpublish"
:
"
script/postpublish
"
,
"prepublishOnly"
:
"
script/prepublish
"
,
"server"
:
"
serve --listen 3000
"
,
"start"
:
"
npm-run-all --parallel watch server
"
,
"watch"
:
"
nodemon -e html,scss -x
\"
npm run css
\"
"
},
"devDependencies"
: {
"@popperjs/core"
:
"
^2.11.8
"
,
"autoprefixer"
:
"
^10.4.20
"
,
"bootstrap"
:
"
^5.3.8
"
,
"find-unused-sass-variables"
:
"
^6.0.0
"
,
"fs-extra"
:
"
^11.3.0
"
,
"install"
:
"
^0.13.0
"
,
"minimist"
:
"
^1.2.8
"
,
"nodemon"
:
"
^3.1.9
"
,
"npm"
:
"
^11.1.0
"
,
"postcss"
:
"
^8.5.3
"
,
"postcss-cli"
:
"
^11.0.0
"
,
"purgecss"
:
"
^7.0.2
"
,
"replace-in-file"
:
"
^8.3.0
"
,
"sass"
:
"
^1.85.0
"
,
"serve"
:
"
^14.2.4
"
},
"dependencies"
: {
"npm-run-all"
:
"
^4.1.5
"
}
}
Back
|
FazBrowse Home
|
New Git URL