UNPKG

cookie12-test-ui

Version:

React component library

78 lines (77 loc) 2 kB
{ "name": "cookie12-test-ui", "version": "1.0.3", "description": "React component library", "main": "build/index.js", "module": "build/index.es.js", "files": [ "build" ], "scripts": { "build:publish": "rollup -c && npm publish", "build": "rollup -c", "test": "jest", "test:watch": "jest --watch", "sb": "start-storybook -p 6006 --no-manager-cache", "sb:build": "build-storybook" }, "repository": { "type": "git", "url": "" }, "keywords": [ "acres", "meijer", "design system", "react", "component", "library" ], "author": "tranqt1984@gmail.com", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.10", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@testing-library/jest-dom": "^5.5.0", "@testing-library/react": "^11.2.3", "@testing-library/user-event": "^13.2.1", "@types/jest": "^24.0.24", "@types/node": "^14.14.31", "@types/react": "^16.9.12", "@types/react-dom": "^16.9.8", "@types/react-router": "^5.1.16", "@types/react-router-dom": "^5.1.8", "babel-loader": "^8.1.0", "babel-preset-react-app": "^10.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "node-sass": "^4.12.0", "react-spring": "^8.0.27", "rollup": "^2.36.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-typescript2": "^0.30.0", "sass-loader": "^10.1.1", "ts-jest": "^26.4.4", "tslib": "^2.3.0", "typescript": "^4.1.3" }, "dependencies": { "react": ">=16.13.1", "react-dom": ">=16.13.1", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" }, "peerDependencies": { "react": ">=16.13.1", "react-dom": ">=16.13.1", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" }, "resolutions": { "react": ">=16.13.1", "react-dom": ">=16.13.1" } }