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

@volvo-cars/ced-os-react-components

Package Overview
Dependencies
Maintainers
9
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volvo-cars/ced-os-react-components - npm Package Compare versions

Comparing version 0.6.3 to 1.0.0-alpha.0

lib/index.css

84

package.json
{
"name": "@volvo-cars/ced-os-react-components",
"version": "0.6.3",
"version": "1.0.0-alpha.0",
"description": "Set of components for developing UIs in the onboarding and support apps",

@@ -16,23 +16,14 @@ "keywords": [],

"files": [
"lib",
"es"
"lib"
],
"source": "es/index.js",
"types": "es/index.d.ts",
"main": "lib/ced-os-react-components.cjs.js",
"module": "lib/ced-os-react-components.esm.js",
"exports": {
"import": "./lib/ced-os-react-components.esm.js",
"require": "./lib/ced-os-react-components.cjs.js"
},
"source": "src/index.ts",
"types": "src/types.d.ts",
"module": "lib/index.js",
"scripts": {
"prepare": "husky install",
"build:standalone": "esbuild src/standalone/standalone-support-article.tsx --outfile=lib/standalone-support-article.iife.js --format=iife --bundle --target=es6 --minify && copyfiles -f src/standalone/standalone-support-article.html lib",
"build:esm": "esbuild src/index.ts --outfile=lib/ced-os-react-components.esm.js --format=esm --bundle --external:react --external:prop-types --external:vcc-ui --target=es2019",
"build:cjs": "esbuild src/index.ts --outfile=lib/ced-os-react-components.cjs.js --format=cjs --bundle --external:react --external:prop-types --external:vcc-ui --target=es2019,node14",
"build": "rimraf lib es && tsc --target esnext --jsx react && npm run build:esm && npm run build:cjs && npm run build:standalone && copyfiles -f lib/standalone-support-article.iife.js public",
"lint": "eslint ./src",
"dev": "npm run storybook",
"build": "scripts/bundle.cjs",
"lint": "eslint ./src --fix",
"test": "jest \"./src/.*test.ts\"",
"test:bundle": "jest \"test/.*test.ts\"",
"dev": "npm run storybook",
"storybook": "start-storybook -p 6006",

@@ -45,48 +36,45 @@ "build-storybook": "build-storybook -s public",

},
"dependencies": {
"@vanilla-extract/css": "^1.9.0",
"@vanilla-extract/css-utils": "^0.1.2",
"@volvo-cars/ui-design-tokens": "^2.14.1"
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"vcc-ui": "^3.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "~7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/core": "^7.19.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-vite": "^0.2.2",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.6",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@volvo-cars/eslint-config": "^3.6.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.0.1",
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"@vanilla-extract/babel-plugin": "^1.2.0",
"@vanilla-extract/esbuild-plugin": "^2.2.0",
"@vanilla-extract/vite-plugin": "^3.4.0",
"@vitejs/plugin-react": "^2.1.0",
"@volvo-cars/eslint-config": "^3.7.0",
"@volvo-cars/prettier-config": "^2.1.0",
"aria-query": "^5.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"copyfiles": "^2.4.1",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"fela": "^12.2.0",
"fela-monolithic": "^12.2.0",
"esbuild": "^0.15.8",
"eslint": "8.22.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-react-fela": "^12.2.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fela": "^12.2.0",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.7.4",
"vcc-ui": "^3.2.0"
"ts-jest": "^29.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"vite": "^3.1.0"
}
}
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