@sb1/ffe-core
Advanced tools
Comparing version 24.0.0 to 25.0.0
{ | ||
"name": "@sb1/ffe-core", | ||
"version": "24.0.0", | ||
"description": "Rammeverk for Felles Front End", | ||
"license": "MIT", | ||
"author": "SpareBank 1", | ||
"files": [ | ||
"lib", | ||
"less", | ||
"css" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://git@github.com:SpareBank1/designsystem.git" | ||
}, | ||
"scripts": { | ||
"lint": "stylelint less/*.less", | ||
"test": "npm run lint", | ||
"clean": "rm -rf css/ gen-src/ lib/", | ||
"build": "./scripts/build.js tokens.config.js && ./scripts/build-custom-mq.js less/breakpoints.less css/custom-media-queries.css && tsc gen-src/index.ts --declaration --outDir lib" | ||
}, | ||
"devDependencies": { | ||
"case": "^1.5.5", | ||
"less": "^4.1.2", | ||
"postcss": "^8.3.6", | ||
"stylelint": "^13.0.0", | ||
"typescript": "^4.6.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "2e94af2cd9ea842bdb55a78fae5f76fc25c66f28" | ||
"name": "@sb1/ffe-core", | ||
"version": "25.0.0", | ||
"description": "Rammeverk for Felles Front End", | ||
"license": "MIT", | ||
"author": "SpareBank 1", | ||
"files": [ | ||
"lib", | ||
"less", | ||
"css" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://git@github.com:SpareBank1/designsystem.git" | ||
}, | ||
"scripts": { | ||
"lint": "stylelint less/*.less", | ||
"test": "npm run lint", | ||
"clean": "rm -rf css/ gen-src/ lib/", | ||
"build": "./scripts/build.js tokens.config.js && ./scripts/build-custom-mq.js less/breakpoints.less css/custom-media-queries.css && tsc gen-src/index.ts --declaration --outDir lib" | ||
}, | ||
"devDependencies": { | ||
"case": "^1.5.5", | ||
"less": "^4.1.2", | ||
"postcss": "^8.3.6", | ||
"stylelint": "^13.0.0", | ||
"typescript": "^4.6.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "98d9ceeaa9bebcd35d5a730227aac61fd28937cf" | ||
} |
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
47142