@helsenorge/designsystem-react
Advanced tools
Comparing version 1.0.0-buildchunks03 to 1.0.0-buildchunks04
{ | ||
"name": "@helsenorge/designsystem-react", | ||
"sideEffects": false, | ||
"version": "1.0.0-buildchunks03", | ||
"version": "1.0.0-buildchunks04", | ||
"description": "The official design system for Helsenorge built with React.", | ||
@@ -33,22 +33,3 @@ "repository": { | ||
], | ||
"scripts": { | ||
"install:packages": "npm ci", | ||
"prebuild": "npm run generate:entries && npm run clean", | ||
"build": "rollup -c --environment BUILD:production && npm run generate:tsdefinitions && npm run copy:npmcontent", | ||
"publish:package": "npm publish ./dist", | ||
"clean": "rimraf dist types", | ||
"cz": "git-cz", | ||
"format": "prettier --write \"src/**/*.+(js|jsx|json|ts|tsx)\"", | ||
"generate:entries": "node scripts/entriesGenerator.js && prettier --write \"scripts/componentsEntries.json\"", | ||
"generate:tsdefinitions": "tsc --emitDeclarationOnly --project tsconfig.json && copyfiles --up 1 \"./types/**/*.ts\" \"./dist\" -E", | ||
"generate:icons": "node scripts/iconGenerator.js generate", | ||
"copy:npmcontent": "copyfiles \"./package.json\" \"./dist\" -E && copyfiles \"*.md\" \"./dist\" -E", | ||
"lint": "eslint \"src/**/*\"", | ||
"precommit": "lint-staged", | ||
"test": "jest", | ||
"test:open": "open -a 'Google Chrome' coverage/lcov-report/index.html", | ||
"test:watch": "jest --watch", | ||
"start": "start-storybook", | ||
"validate": "npm run lint && npm run format -l" | ||
}, | ||
"scripts": {}, | ||
"peerDependencies": { | ||
@@ -127,2 +108,2 @@ "bootstrap": "4.4.1", | ||
} | ||
} | ||
} |
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
6731