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

@helsenorge/designsystem-react

Package Overview
Dependencies
Maintainers
4
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helsenorge/designsystem-react - npm Package Compare versions

Comparing version 1.0.0-buildchunks03 to 1.0.0-buildchunks04

25

package.json
{
"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",

}
}
}
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