UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

106 lines (105 loc) 3.28 kB
{ "name": "@naturacosmeticos/natds-web", "displayName": "NatDS React Web", "description": "A collection of components from Natura Design System for React websites and webapps", "version": "4.7.4", "private": false, "keywords": [ "design-system", "natura", "react", "web" ], "homepage": "https://github.com/natura-cosmeticos/natds-js/tree/master/packages/web/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", "main": "dist/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", "directories": { "lib": "dist", "test": "src/__tests__" }, "repository": { "directory": "packages/web", "type": "git", "url": "https://github.com/natura-cosmeticos/natds-js.git" }, "scripts": { "build": "yarn clean && tsc -p ./tsconfig.json && yarn rollup:build && yarn copy-assets", "update:storybook:fonts": "bash ./bin/copyAssetsToStorybook.sh", "copy-assets": "mkdir -p ./dist/assets && cp -r ./src/assets/* ./dist/assets", "build:storybook": "yarn update:storybook:fonts && build-storybook -o docs/dist -s ./.storybook/assets", "build:storybook:ci": "yarn build:storybook --quiet", "clean": "rm -rf ./dist", "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src --quiet --color", "lint:fix": "yarn lint --fix", "open:coverage": "open coverage/lcov-report/index.html", "rollup:build": "rollup -c", "start": "yarn build --watch", "storybook": "yarn update:storybook:fonts && start-storybook -p 6006 -s ./.storybook/assets", "tsc": "tsc --noEmit", "test": "jest --verbose --silent", "test:coverage": "jest --coverage --silent", "test:ci": "yarn test:coverage && codecov -t", "test:output": "yarn test:coverage --json --outputFile=.jest-test-results.json || true", "test:watch": "yarn test --watch", "test:clean": "jest --update-snapshot" }, "config": {}, "dependencies": { "@material-ui/core": "4.12.3", "@material-ui/icons": "4.11.2", "@material-ui/lab": "4.0.0-alpha.60", "@naturacosmeticos/natds-icons": "1.11.3", "@naturacosmeticos/natds-styles": "^3.8.3", "clsx": "1.1.1", "react-text-mask": "5.4.3" }, "devDependencies": { "@types/react": "17.0.39", "@types/react-dom": "17.0.13", "@types/react-test-renderer": "17.0.1", "@types/react-text-mask": "5.4.8", "react": "17.0.2", "react-dom": "17.0.2", "react-is": "17.0.2", "react-test-renderer": "17.0.2" }, "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 } }, "engines": { "node": ">=10.13.0" }, "publishConfig": { "access": "public" }, "gitHead": "ae53cd737c4f35c4399d6f1ebbf1e88e679ed9bc" }