UNPKG

@axeptio/design-system

Version:
149 lines (148 loc) 6.68 kB
{ "name": "@axeptio/design-system", "version": "1.2.7", "description": "Design System for Axeptio", "main": "index.js", "scripts": { "dev": "next dev", "build:next": "next build && next export", "start": "next start", "lint": "next lint", "storybook": "storybook dev -p 6006", "build": "npx webpack --config webpack.config.js", "build:dts": "npx -p typescript tsc --build tsconfig.json", "build-storybook": "storybook build", "deploy-storybook": "storybook-to-aws-s3 --aws-profile=NONE --bucket-path=storybook.axept.io/", "test-ct": "playwright test -c playwright-ct.config.js", "test-report": "PLAYWRIGHT_JSON_OUTPUT_NAME=results.json npx playwright test -c playwright-ct.config.js --reporter json", "test": "npx playwright test -c playwright-ct.config.js", "bundle-analyzer": "webpack --env BUNDLE_ANALYZER=true --config webpack.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/axeptio/design-system.git" }, "keywords": [ "Design", "System" ], "author": "Axeptio", "license": "ISC", "bugs": { "url": "https://github.com/axeptio/design-system/issues" }, "homepage": "https://github.com/axeptio/design-system#readme", "peerDependencies": { "react": ">=16.0.0", "styled-components": "^6.1.1", "styled-media-query": "^2.1.2", "styled-normalize": "^8.1.0" }, "dependencies": { "@mdx-js/react": "^2.1.2", "@svgr/webpack": "^6.3.1", "babel-eslint": "^10.1.0", "babel-plugin-styled-components": "^2.1.1", "prop-types": "^15.8.1", "react-flip-toolkit": "^7.0.16", "react-rough-notation": "^1.0.3", "react-select": "^5.6.1", "react-switch": "^7.0.0" }, "devDependencies": { "@axeptio/eslint-config-axeptio-front": "^1.0.4", "@babel/core": "^7.19.0", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-arrow-functions": "^7.18.6", "@babel/plugin-transform-typescript": "^7.19.1", "@babel/preset-flow": "^7.18.6", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@next/eslint-plugin-next": "^13.4.19", "@playwright/experimental-ct-react": "1.47.0", "@playwright/test": "1.47.0", "@storybook/addon-actions": "^7.4.5", "@storybook/addon-essentials": "^7.4.5", "@storybook/addon-interactions": "^7.4.5", "@storybook/addon-links": "^7.4.5", "@storybook/addons": "^7.4.5", "@storybook/nextjs": "^7.4.5", "@storybook/react": "^7.4.5", "@storybook/storybook-deployer": "^2.8.16", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^7.4.5", "@svgr/webpack": "^6.3.1", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "babel-loader": "^8.2.5", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.7.1", "eslint": "^8.23.1", "eslint-config-prettier": "^8.8.0", "eslint-module-utils": "^2.8.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-better-styled-components": "^1.1.2", "eslint-plugin-prettier": "^5.0.0-alpha.2", "eslint-plugin-react": "^7.32.2", "eslint-plugin-storybook": "^0.6.14", "eslint-plugin-styled-components-a11y": "^1.0.0", "hex-to-rgb": "^1.0.1", "next": "^12.3.4", "npm-dts-webpack-plugin": "^1.3.12", "react": "^18.2.0", "react-dom": "^18.2.0", "react-syntax-highlighter": "^15.5.0", "storybook": "^7.4.5", "styled-components": "^6.1.1", "ts-loader": "^9.4.2", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.9.1", "webpack-cli": "^5.1.4" }, "exports": { ".": { "import": "./index.js" }, "./*.css": { "import": "./build/assets/*" }, "./build/src/Provider/index": "./build/src/Provider/index", "./build/src/Presets": "./build/src/Presets", "./build/src/Core/Icon": "./build/src/Core/Icon/index", "./build/src/Core/Logo": "./build/src/Core/Logo/index", "./build/src/Core/Loader": "./build/src/Core/Loader/index", "./build/src/Core/RadioGroup": "./build/src/Core/RadioGroup/index", "./build/src/Core/Cards": "./build/src/Core/Cards/index", "./build/src/Core/Toasts": "./build/src/Core/Toasts/index", "./build/src/Core/Wave": "./build/src/Core/Wave/index", "./build/src/Core/CTACard": "./build/src/Core/CTACard/index", "./build/src/Core/Skeleton": "./build/src/Core/Skeleton/index", "./build/src/Core/Table": "./build/src/Core/Table/index", "./build/src/Core/Searchbar": "./build/src/Core/Searchbar/index", "./build/src/Core/Layout/Container": "./build/src/Core/Layout/Container/index", "./build/src/Core/Layout/Flex": "./build/src/Core/Layout/Flex/index", "./build/src/Core/Layout/Grid": "./build/src/Core/Layout/Grid/index", "./build/src/Core/Layout/Spacer": "./build/src/Core/Layout/Spacer/index", "./build/src/Core/Layout/PageHeader": "./build/src/Core/Layout/PageHeader/index", "./build/src/Core/Layout/Headings": "./build/src/Core/Layout/Headings/index", "./build/src/Core/Layout/Section": "./build/src/Core/Layout/Section/index", "./build/src/Core/Menu/Desktop": "./build/src/Core/Menu/Desktop/index", "./build/src/Core/Menu/Mobile": "./build/src/Core/Menu/Mobile/index", "./build/src/Core/Controls/Button": "./build/src/Core/Controls/Button/index", "./build/src/Core/Controls/IconButton": "./build/src/Core/Controls/IconButton/index", "./build/src/Core/Controls/OutlinedButton": "./build/src/Core/Controls/OutlinedButton/index", "./build/src/Core/Controls/Input": "./build/src/Core/Controls/Input/index", "./build/src/Core/Controls/Select": "./build/src/Core/Controls/Select/index", "./build/src/Core/Controls/Switch": "./build/src/Core/Controls/Switch/index", "./build/src/Core/Controls/Checkbox": "./build/src/Core/Controls/Checkbox/index", "./build/src/Core/Controls/LanguageDropdown": "./build/src/Core/Controls/LanguageDropdown/index", "./build/src/Core/Typography/Code": "./build/src/Core/Typography/Code/index", "./build/src/Core/Typography/Title": "./build/src/Core/Typography/Title/index", "./build/src/Core/Typography/Paragraph": "./build/src/Core/Typography/Paragraph/index", "./build/src/Core/Typography/List": "./build/src/Core/Typography/List/index", "./build/src/Core/Typography/Quote": "./build/src/Core/Typography/Quote/index", "./build/src/Core/Typography/TrustedBy": "./build/src/Core/Typography/TrustedBy/index", "./build/src/Core/Typography/KPI": "./build/src/Core/Typography/KPI/index", "./build/src/Core/Typography/TopTitle": "./build/src/Core/Typography/TopTitle/index" } }