|
1 | 1 | { |
2 | 2 | "name": "@webpixels/css", |
3 | 3 | "description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.", |
4 | | - "version": "2.0.1", |
| 4 | + "version": "2.0.2", |
5 | 5 | "version_short": "2.0", |
6 | 6 | "license": "MIT", |
7 | 7 | "style": "dist/index.css", |
|
32 | 32 | "scripts": { |
33 | 33 | "build": "npm run css", |
34 | 34 | "css:compile": "sass --load-path=node_modules --style=compressed --source-map --embed-sources scss:dist/", |
35 | | - "css:lint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd", |
36 | 35 | "css:prefix": "postcss --replace dist/*.css --use autoprefixer --map", |
37 | 36 | "css:purge": "purgecss --css dist/index.css --content index.html --output dist/css/", |
38 | 37 | "css:fusv": "fusv scss/ site/assets/scss/", |
|
41 | 40 | "prepublishOnly": "script/prepublish", |
42 | 41 | "server": "serve --listen 3000", |
43 | 42 | "start": "npm-run-all --parallel watch server", |
44 | | - "watch": "nodemon -e html,scss -x \"npm run css\"", |
45 | | - "test": "npm run css:lint && npm run css" |
| 43 | + "watch": "nodemon -e html,scss -x \"npm run css\"" |
46 | 44 | }, |
47 | 45 | "devDependencies": { |
48 | | - "@popperjs/core": "^2.11.6", |
49 | | - "autoprefixer": "^10.2.6", |
50 | | - "bootstrap": "^5.3.2", |
51 | | - "find-unused-sass-variables": "^4.0.4", |
52 | | - "fs-extra": "^11.1.1", |
| 46 | + "@popperjs/core": "^2.11.8", |
| 47 | + "autoprefixer": "^10.4.20", |
| 48 | + "bootstrap": "^5.3.3", |
| 49 | + "find-unused-sass-variables": "^6.0.0", |
| 50 | + "fs-extra": "^11.3.0", |
53 | 51 | "install": "^0.13.0", |
54 | 52 | "minimist": "^1.2.8", |
55 | | - "nodemon": "^2.0.7", |
56 | | - "npm": "^10.2.3", |
57 | | - "npm-run-all": "^2.1.0", |
58 | | - "postcss": "^8.3.0", |
59 | | - "postcss-cli": "^8.3.1", |
60 | | - "purgecss": "^4.0.3", |
61 | | - "replace-in-file": "^7.0.1", |
62 | | - "sass": "^1.62.1", |
63 | | - "serve": "^14.0.1", |
64 | | - "stylelint": "^14.11.0", |
65 | | - "stylelint-config-prettier-scss": "^0.0.1", |
66 | | - "stylelint-config-standard-scss": "^5.0.0", |
67 | | - "stylelint-config-twbs-bootstrap": "^6.0.0" |
| 53 | + "nodemon": "^3.1.9", |
| 54 | + "npm": "^11.1.0", |
| 55 | + "postcss": "^8.5.3", |
| 56 | + "postcss-cli": "^11.0.0", |
| 57 | + "purgecss": "^7.0.2", |
| 58 | + "replace-in-file": "^8.3.0", |
| 59 | + "sass": "^1.85.0", |
| 60 | + "serve": "^14.2.4" |
| 61 | + }, |
| 62 | + "dependencies": { |
| 63 | + "npm-run-all": "^4.1.5" |
68 | 64 | } |
69 | 65 | } |
0 commit comments