@vrembem/core
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0-next.0
{ | ||
"name": "@vrembem/core", | ||
"description": "The core variables, functions and mixins for Vrembem components.", | ||
"version": "4.0.0-alpha.1", | ||
"description": "Shared variables, functions and mixins for Vrembem components.", | ||
"version": "4.0.0-next.0", | ||
"license": "MIT", | ||
"type": "module", | ||
"keywords": [ | ||
@@ -12,8 +13,12 @@ "BEM", | ||
], | ||
"source": "index.js", | ||
"main": "dist/scripts.js", | ||
"module": "dist/scripts.esm.js", | ||
"unpkg": "dist/scripts.umd.js", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.umd.cjs" | ||
} | ||
}, | ||
"unpkg": "dist/index.umd.cjs", | ||
"sass": "index.scss", | ||
"style": "dist/styles.css", | ||
"style": "dist/index.css", | ||
"files": [ | ||
@@ -26,21 +31,22 @@ "dev", | ||
"palette.scss", | ||
"theme.scss", | ||
"root.scss" | ||
"root.scss", | ||
"theme.scss" | ||
], | ||
"scripts": { | ||
"serve": "vite", | ||
"build": "npm-run-all clean styles root scripts", | ||
"clean": "del dev && del dist", | ||
"scripts": "npm-run-all scripts:dev scripts:dist", | ||
"scripts:dev": "npm run scripts:dist -- --output=dev/scripts.js --no-compress", | ||
"scripts:dist": "microbundle --name=vrembem.core", | ||
"scripts:dev": "vite build --outDir dev --minify false", | ||
"scripts:dist": "vite build --outDir dist", | ||
"styles": "npm-run-all styles:dev styles:dist", | ||
"styles:dev": "sass root.scss dev/root.css --load-path=node_modules", | ||
"styles:dist": "sass root.scss dist/root.css --load-path=node_modules --style=compressed", | ||
"styles:dev": "sass root.scss dev/index.css --load-path=../../node_modules", | ||
"styles:dist": "sass root.scss dist/index.css --load-path=../../node_modules --style=compressed", | ||
"root": "npm-run-all root:dev root:dist", | ||
"root:dev": "sass src/scss/root:dev --load-path=node_modules", | ||
"root:dist": "sass src/scss/root:dist --load-path=node_modules --style=compressed", | ||
"root:dev": "sass src/scss/root:dev --load-path=../../node_modules", | ||
"root:dist": "sass src/scss/root:dist --load-path=../../node_modules --style=compressed", | ||
"watch": "concurrently --kill-others 'npm run watch:scripts' 'npm run watch:styles' 'npm run watch:root'", | ||
"watch:scripts": "nodemon -e js -x 'npm run scripts' -i dev -i dist", | ||
"watch:styles": "nodemon -e scss -x 'npm run styles'", | ||
"watch:root": "nodemon -e scss -x 'npm run root'" | ||
"watch:scripts": "concurrently 'npm run scripts:dev -- --watch' 'npm run scripts:dist -- --watch'", | ||
"watch:styles": "concurrently 'npm run styles:dev -- --watch' 'npm run styles:dist -- --watch'", | ||
"watch:root": "concurrently 'npm run root:dev -- --watch' 'npm run root:dist -- --watch'" | ||
}, | ||
@@ -56,6 +62,6 @@ "repository": { | ||
}, | ||
"gitHead": "e5128bb968b4b25ca6ba5b0cc728985cccb23e8f", | ||
"gitHead": "d966f513f86f66dddf93ed60ddefe51124562dc0", | ||
"dependencies": { | ||
"focusable-selectors": "^0.8.0" | ||
"focusable-selectors": "^0.8.1" | ||
} | ||
} |
# Core | ||
The core variables, functions and mixins for Vrembem components. | ||
Shared variables, functions and mixins for Vrembem components. | ||
@@ -5,0 +5,0 @@ [![npm version](https://img.shields.io/npm/v/%40vrembem%2Fcore.svg)](https://www.npmjs.com/package/%40vrembem%2Fcore) |
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
Yes
161124
54
1470
1
Updatedfocusable-selectors@^0.8.1