UNPKG

adam-ui-beta

Version:

adam ui(beta release)

64 lines 1.5 kB
{ "name": "adam-ui-beta", "version": "0.1.29", "description": "adam ui(beta release)", "main": "dist/index.js", "private": false, "files": [ "dist", "README.md" ], "homepage": "", "dependencies": { "@babel/cli": "^7.19.3", "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "classnames": "^2.3.2", "cross-env": "^7.0.3", "lodash": "^4.17.21", "moment": "^2.29.4", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.2.0", "react-icons": "^4.4.0", "react-scripts": "5.0.1", "reset-css": "^5.0.1", "styled-components": "^5.3.6", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "compile": "cross-env NODE_ENV=production babel src/components --out-dir dist --copy-files && npm publish" }, "keywords": [ "adam", "adam-ui", "react-ui" ], "author": "zteve", "license": "ISC", "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }