@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.0-setup-stylelint-20231115221231 to 0.0.0-try-to-fix-pesky-errors-20231116162853
{ | ||
"name": "@postenbring/hedwig-css", | ||
"version": "0.0.0-setup-stylelint-20231115221231", | ||
"version": "0.0.0-try-to-fix-pesky-errors-20231116162853", | ||
"description": "", | ||
"scripts": { | ||
"build": "parcel build 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"dev": "parcel watch 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"build": "npm-run-all build:*", | ||
"build:css": "parcel build --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"build:typed-classname": "postcss dist/index.css --config ./typed-classname --no-map > /dev/null", | ||
"dev": "npm-run-all -p dev:*", | ||
"dev:css": "parcel watch --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"dev:typed-classname": "chokidar 'dist/index.css' -c 'npm run build:typed-classname'", | ||
"lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache", | ||
@@ -19,6 +23,9 @@ "lint:fix": "npm run lint -- --fix", | ||
"devDependencies": { | ||
"@parcel/transformer-sass": "2.10.2", | ||
"@parcel/transformer-sass": "2.10.3", | ||
"autoprefixer": "10.4.16", | ||
"parcel": "2.10.2", | ||
"chokidar-cli": "3.0.0", | ||
"npm-run-all": "4.1.5", | ||
"parcel": "2.10.3", | ||
"postcss": "8.4.31", | ||
"postcss-cli": "10.1.0", | ||
"postcss-custom-properties": "13.3.2", | ||
@@ -25,0 +32,0 @@ "postcss-import": "15.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111962
18
182
16