@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.0-link-component-20231112202102 to 0.0.0-linklist-margins-20240626130135
{ | ||
"name": "@postenbring/hedwig-css", | ||
"version": "0.0.0-link-component-20231112202102", | ||
"version": "0.0.0-linklist-margins-20240626130135", | ||
"description": "", | ||
"source": [ | ||
"index.css", | ||
"base.css", | ||
"scoped.scss", | ||
"button/button.scss", | ||
"link/link.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.23.1", | ||
"chokidar-cli": "3.0.0", | ||
"globby": "14.0.1", | ||
"lightningcss": "1.25.1", | ||
"sanitize.css": "^13.0.0", | ||
"stylelint": "16.6.1", | ||
"stylelint-config-standard": "36.0.0", | ||
"stylelint-value-no-unknown-custom-properties": "6.0.1", | ||
"wait-on": "^7.2.0" | ||
}, | ||
"dependencies": { | ||
"clsx": "^2.1.1", | ||
"@postenbring/hedwig-tokens": "1.0.0" | ||
}, | ||
"publishConfig": { | ||
@@ -31,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
1705146
107
336
1
1
4
0
2
9
4
+ Addedclsx@^2.1.1
+ Added@postenbring/hedwig-tokens@1.0.0(transitive)
+ Addedclsx@2.1.1(transitive)