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

@blueprintui/layout

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintui/layout - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

22

package.json
{
"name": "@blueprintui/layout",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.css",
"type":"module",
"scripts": {
"start": "npm run build:watch & npm run drafter:watch",
"ci": " npm run build && npm run test",
"build": "npm run clean && npm run build:copy && npm run build:sass",
"build:sass": "sass --no-source-map src/index.scss dist/index.css && csso dist/index.css --output dist/index.min.css",
"build:copy": "cpy ./package.json ./dist",
"build": "npm run clean && npm run build:copy && npm run build:lib",
"build:lib": "sass --no-source-map src/index.scss dist/lib/index.css && csso dist/lib/index.css --output dist/lib/index.min.css",
"build:watch": "sass --no-source-map src/index.scss dist/lib/index.css --watch",
"build:copy": "cpy ./package.json ./dist/lib",
"drafter": "drafter build --config ./blueprint.config.js",
"drafter:watch": "drafter build --watch --config ./blueprint.config.js",
"clean": "rm -rf dist",
"test": "wtr --config ./web-test-runner.config.mjs",
"publish": "cd dist && npm publish --access public"
"publish": "cd dist/lib && npm publish --access public"
},

@@ -25,3 +30,10 @@ "repository": {

"homepage": "https://github.com/blueprintui/layout#readme",
"dependencies": {
"@blueprintui/tokens": "^0.0.3"
},
"optionalDependencies": {
"modern-normalize": "^1.1.0"
},
"devDependencies": {
"@blueprintui/drafter": "^0.0.0",
"@web/dev-server-esbuild": "^0.3.0",

@@ -28,0 +40,0 @@ "@web/test-runner-playwright": "^0.8.8",

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