UNPKG

@naturacosmeticos/natds-react

Version:
89 lines (88 loc) 2.64 kB
{ "name": "@naturacosmeticos/natds-react", "displayName": "NatDS-React", "description": "A collection of components from Natura Design System for React", "version": "2.71.0", "private": false, "keywords": [ "design-system", "natura", "react", "web" ], "homepage": "https://github.com/natura-cosmeticos/natds-js/tree/master/packages/react/README.md", "bugs": { "url": "https://github.com/natura-cosmeticos/natds-js/issues" }, "license": "ISC", "author": { "email": "designsystem@natura.net", "name": "Natura&Co.", "url": "https://github.com/natura-cosmeticos" }, "files": [ "README.md", "dist/" ], "jsdelivr": "dist/umd/index.js", "source": "src/index.ts", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "umd:main": "dist/umd/index.js", "unpkg": "dist/umd/index.js", "main": "dist/index.js", "directories": { "lib": "dist" }, "repository": { "directory": "packages/react", "type": "git", "url": "git+https://github.com/natura-cosmeticos/natds-js.git" }, "scripts": { "build": "yarn clean && tsc -p ./tsconfig.json && yarn rollup:build", "build:storybook": "yarn build-storybook -o docs/dist", "build:storybook:ci": "yarn build:storybook --quiet", "clean": "rm -rf ./dist", "copy:assets": "mkdir -p ./dist/assets && cp -r ./src/assets/* ./dist/assets", "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src --color", "lint:fix": "yarn lint --fix", "rollup:build": "rollup -c", "storybook": "start-storybook --no-manager-cache -p 6006", "test": "jest --testPathPattern=src --verbose", "test:ci": "jest --testPathPattern=src --coverage && codecov -t", "test:regression": "loki", "test:watch": "jest --watch --detectOpenHandles", "test:clean": "jest --update-snapshot", "generate": "yarn plop --plopfile ./generators/plopfile.js" }, "dependencies": { "@naturacosmeticos/natds-icons": "1.34.1", "@naturacosmeticos/natds-themes": "0.84.7", "react-jss": "10.9.0" }, "devDependencies": { "@types/react": "17.0.39", "@types/react-dom": "17.0.13", "plop": "3.0.5", "react": "17.0.2", "react-dom": "17.0.2", "react-test-renderer": "17.0.2", "storybook-dark-mode": "1.0.9" }, "peerDependencies": { "@types/react": ">= 16.8.6", "@types/react-dom": "17.0.13", "react": ">= 16.8.4", "react-dom": ">= 16.8.4" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@types/react-dom": { "optional": true } }, "gitHead": "573a871942d09122e4208ddd7cbf10eed2434e4b" }