Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@postenbring/hedwig-css

Package Overview
Dependencies
Maintainers
0
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postenbring/hedwig-css - npm Package Compare versions

Comparing version 0.0.0-link-component-20231112202102 to 0.0.0-linklist-margins-20240626130135

assets/fonts/PostenSans-Bold.woff2

78

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc