@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.0-update-button-20231112193807 to 0.0.0-update-card-examples-20250115074801
{ | ||
"name": "@postenbring/hedwig-css", | ||
"version": "0.0.0-update-button-20231112193807", | ||
"version": "0.0.0-update-card-examples-20250115074801", | ||
"description": "", | ||
"source": [ | ||
"index.css", | ||
"base.css", | ||
"scoped.scss", | ||
"button/button.scss" | ||
"files": [ | ||
"dist/**", | ||
"typed-classname/**", | ||
"assets/**" | ||
], | ||
"scripts": { | ||
"build": "parcel build", | ||
"dev": "parcel watch", | ||
"clean": "rm -rf .turbo && rm -rf .parcel-cache && rm -rf node_modules && rm -rf dist" | ||
"exports": { | ||
".": "./dist/index.css", | ||
"./dist/*.css": "./dist/*.css", | ||
"./typed-classname": { | ||
"import": { | ||
"types": "./typed-classname/index.d.mts", | ||
"default": "./typed-classname/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./typed-classname/index.d.ts", | ||
"default": "./typed-classname/index.js" | ||
} | ||
}, | ||
"./typed-classname/index.js": "./typed-classname/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@parcel/transformer-sass": "2.10.2", | ||
"autoprefixer": "10.4.16", | ||
"parcel": "2.10.2", | ||
"postcss": "8.4.31", | ||
"postcss-import": "15.1.0", | ||
"postcss-nested": "6.0.1" | ||
"browserslist": "4.24.2", | ||
"chokidar-cli": "3.0.0", | ||
"globby": "14.0.2", | ||
"lightningcss": "1.28.1", | ||
"sanitize.css": "^13.0.0", | ||
"stylelint": "16.10.0", | ||
"stylelint-config-standard": "36.0.1", | ||
"stylelint-value-no-unknown-custom-properties": "6.0.1", | ||
"wait-on": "^8.0.1" | ||
}, | ||
"dependencies": { | ||
"clsx": "^2.1.1", | ||
"@postenbring/hedwig-tokens": "1.2.0" | ||
}, | ||
"publishConfig": { | ||
@@ -30,3 +47,27 @@ "access": "public" | ||
"defaults" | ||
] | ||
} | ||
], | ||
"homepage": "https://github.com/bring/hedwig-design-system", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bring/hedwig-design-system" | ||
}, | ||
"keywords": [ | ||
"hedwig", | ||
"posten", | ||
"bring", | ||
"css" | ||
], | ||
"scripts": { | ||
"build": "pnpm run --sequential /^build:.*/", | ||
"build:css": "node ./build-css.mjs", | ||
"build:typed-classname": "node ./typed-classname/build.mjs", | ||
"build:scoped-css": "node ./build-scoped-css.mjs", | ||
"dev": "pnpm run --parallel /^dev:.*/", | ||
"dev:css": "chokidar --initial 'src/**/*.css' '../tokens/tokens-output/**' -c 'pnpm build:css'", | ||
"dev:typed-classname": "wait-on dist/index.css && node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs", | ||
"lint": "stylelint 'src/**/*.css' --cache", | ||
"lint:fix": "pnpm lint -- --fix", | ||
"clean": "rm -rf .turbo node_modules dist", | ||
"show-css-size": "pnpm build:css && echo '\nSize of dist/index.css (original → gzip)' && pnpm dlx gzip-size-cli dist/index.css --include-original" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1820173
107
344
1
1
4
0
2
9
1
+ Addedclsx@^2.1.1
+ Added@postenbring/hedwig-tokens@1.2.0(transitive)
+ Addedclsx@2.1.1(transitive)