@blueprintui/layout
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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
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
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
149537
3303
Yes
2
9
+ Added@blueprintui/tokens@^0.0.3
+ Added@blueprintui/tokens@0.0.3(transitive)
+ Addedmodern-normalize@1.1.0(transitive)