UNPKG

@baolq/styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress

152 lines (151 loc) 4.66 kB
{ "name": "@baolq/styled-components", "version": "6.1.1", "description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress", "main": "dist/styled-components.js", "types": "dist/dist/index.d.ts", "sideEffects": [ "./src/base.js" ], "scripts": { "generateErrors": "node scripts/generateErrorMap.js", "prebuild": "rimraf dist && yarn generateErrors", "build": "rollup -c", "postbuild": "yarn lint:size", "pretest": "yarn generateErrors", "test": "yarn test:web && yarn test:native && yarn test:primitives", "test:web": "jest -c jest.config.main.js", "test:native": "jest -c jest.config.native.js", "test:primitives": "jest -c jest.config.primitives.js", "test:integration": "jest -c jest.config.integration.js --runInBand --forceExit", "format": "eslint ./**/*.js --fix", "lint": "eslint src", "lint:size": "bundlewatch", "prettier": "prettier src/** --write", "prepublishOnly": "yarn build" }, "repository": { "type": "git", "url": "git+https://github.com/styled-components/styled-components.git" }, "files": [ "CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "LICENSE", "dist", "native", "primitives", "test-utils", "macro" ], "keywords": [ "react", "css", "css-in-js", "styled-components", "babel-macro", "babel-macros", "styling" ], "author": "Glen Maddern", "license": "MIT", "bugs": { "url": "https://github.com/styled-components/styled-components/issues" }, "homepage": "https://styled-components.com", "dependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.5", "@babel/helper-module-imports": "^7.15.4", "@babel/plugin-external-helpers": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.15.0", "@babel/traverse": "^7.15.4", "@emotion/is-prop-valid": "^1.1.0", "@emotion/unitless": "^0.7.4", "css-to-react-native": "^3.0.0", "shallowequal": "^1.1.0", "stylis": "^4.0.10" }, "peerDependencies": { "react": ">= 16.8.0", "react-dom": ">= 16.8.0" }, "devDependencies": { "@rollup/plugin-typescript": "^8.2.5", "@types/babel-plugin-macros": "^2.8.4", "@types/enzyme": "^3.10.9", "@types/jest": "^27.0.2", "@types/js-beautify": "^1.13.1", "@types/node": "^14.14.9", "@types/react": "^17.0.22", "@types/react-dom": "^17.0.9", "@types/react-frame-component": "^4.1.1", "@types/react-native": "^0.65.1", "@types/react-primitives": "^0.6.2", "@types/react-test-renderer": "^17.0.1", "@types/shallowequal": "^1.1.1", "@types/stylis": "^4.0.0", "@typescript-eslint/eslint-plugin": "^4.20.0", "@typescript-eslint/parser": "^4.20.0", "babel-eslint": "^10.0.1", "babel-jest": "^27.0.6", "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-macros": "^3.1.0", "babel-plugin-tester": "^10.0.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "bundlewatch": "^0.3.1", "eslint": "^7.23.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^27.0.6", "jest-image-snapshot": "^4.2.0", "jest-serializer-html": "^7.0.0", "js-beautify": "^1.13.0", "prettier": "^2.2.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-frame-component": "^4.0.2", "react-native": "^0.65.1", "react-primitives": "^0.8.0", "react-test-renderer": "^17.0.2", "rollup": "^2.47.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^7.0.2", "stylis-plugin-rtl": "^2.0.0", "tslib": "^2.3.1", "typescript": "^4.4.3", "utility-types": "^3.10.0" }, "bundlewatch": { "files": [ { "path": "./dist/styled-components.min.js", "maxSize": "13kB" } ] }, "collective": { "type": "opencollective", "url": "https://opencollective.com/styled-components" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/styled-components" }, "engines": { "node": ">= 12" } }