UNPKG

cyberfuture

Version:

The Cyberfuture package provides several components for React that can be used to quickly and easily create styled and customizable user interfaces.

97 lines (96 loc) 2.72 kB
{ "name": "cyberfuture", "version": "0.1.46", "license": "MIT", "description": "The Cyberfuture package provides several components for React that can be used to quickly and easily create styled and customizable user interfaces.", "main": "dist/index.ts", "module": "dist/index.ts", "types": "./dist/types/index.d.ts", "keywords": [ "React", "Cyber", "Futuristic", "Component", "Styled-system", "Cyberfuture", "CyberButton", "Card", "CardCarousel", "CyberInput", "CSS variables", "customization", "theme", "responsive" ], "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/horberlan/CyberFuture" }, "scripts": { "start": "react-scripts start", "build-examples": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "clean": "rimraf dist", "compile": "npm run clean && cross-env NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__", "build": "babel src -d lib" }, "devDependencies": { "@babel/core": "^7.21.3", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@svgr/webpack": "^6.5.1", "@types/jest": "^29.4.1", "@types/node": "^18.15.3", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "@types/styled-system": "^5.1.16", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "babel-loader": "^9.1.2", "eslint": "^8.36.0", "eslint-plugin-react": "^7.32.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "react-test-renderer": "^18.2.0", "typescript": "^4.9.5", "webpack": "^5.76.1", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", "styled-components": ">4.3" }, "dependencies": { "@babel/cli": "^7.21.0", "@babel/plugin-syntax-flow": "^7.18.6", "@babel/plugin-transform-react-jsx": "^7.21.0", "@types/styled-components": "^5.1.26", "cross-env": "^7.0.3", "react-is": "^18.2.0", "rimraf": "^4.4.0", "styled-components": "^5.3.9", "styled-system": "^5.1.5", "typescript-plugin-styled-components": "^2.0.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }