and-design-components-library
Version:
Library of reusable React components based on AND Digital design system.
119 lines (118 loc) • 3.5 kB
JSON
{
"name": "and-design-components-library",
"version": "0.1.8",
"description": "Library of reusable React components based on AND Digital design system.",
"main": "build/index.js",
"module": "build/index.es.js",
"files": [
"build"
],
"scripts": {
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"build": "rollup -c",
"prepublishOnly": "npm run build",
"autobuild": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"chromatic": "chromatic --project-token ${CHROMATIC_PROJECT_TOKEN} --exit-zero-on-changes --ci"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-a11y": "^6.5.9",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-docs": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/node-logger": "^6.5.9",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.41",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/styled-components": "^5.1.25",
"babel-plugin-named-exports-order": "^0.0.2",
"chromatic": "^6.6.3",
"deepmerge": "^4.2.2",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.1",
"prettier": "^2.6.2",
"prop-types": "^15.8.1",
"react-scripts": "5.0.1",
"rollup": "^2.75.7",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"repository": {
"type": "git",
"url": "git@gitlab.com:ANDigital/hamilton/and-design-components-library.git"
},
"keywords": [
"Reusable",
"Components",
"Component",
"Library",
"Shared",
"UI",
"AND Digital",
"Front-end",
"Web",
"Library"
],
"author": "AND Digital",
"license": "MIT",
"dependencies": {
"@types/styled-system": "^5.1.15"
}
}