UNPKG

yefee-ui

Version:

beautifully made react components

99 lines 2.38 kB
{ "name": "yefee-ui", "version": "1.0.9", "author": "yefee", "license": "ISC", "repository": { "type": "git", "repository": "https://github.com/Yefee8/yefee-ui.git" }, "main": "dist/index.js", "module": "dist/index.js", "files": [ "src", "README.md", "tsconfig.json", "yarn.lock", "webpack.config.js" ], "keywords": [ "react-component", "react-components", "react-ui-library", "react-ui-component", "react-library", "yefeeui", "yefee-ui", "yefee8", "ui-library" ], "description": "beautifully made react components", "private": false, "dependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "rm -rf dist && SET NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__", "test": "react-scripts test", "eject": "react-scripts eject" }, "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" ] }, "devDependencies": { "@babel/core": "^7.22.19", "@babel/preset-env": "^7.22.15", "@babel/preset-typescript": "^7.22.15", "@types/jest": "^29.5.3", "@types/node": "^20.4.5", "@types/react": "^18.2.18", "@types/react-dom": "^18.2.7", "babel-cli": "^6.26.0", "babel-loader": "^9.1.3", "css-minimizer-webpack-plugin": "^5.0.1", "mini-css-extract-plugin": "^2.7.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "terser-webpack-plugin": "^5.3.9", "ts-loader": "^9.4.4", "ts-standard": "^12.0.2", "typescript": "^3.9.10", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "ts-standard": { "project": "./tsconfig.json" }, "moduleFileExtensions": [ "web.js", "js", "web.ts", "ts", "web.tsx", "tsx", "json", "web.jsx", "jsx", "node" ] }