143 lines
4.0 KiB
JSON
143 lines
4.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"styled-components@4.4.1",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "styled-components@4.4.1",
|
|
"_id": "styled-components@4.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g==",
|
|
"_location": "/styled-components",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "styled-components@4.4.1",
|
|
"name": "styled-components",
|
|
"escapedName": "styled-components",
|
|
"rawSpec": "4.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/styled-components/-/styled-components-4.4.1.tgz",
|
|
"_spec": "4.4.1",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Glen Maddern"
|
|
},
|
|
"browser": {
|
|
"./dist/styled-components.esm.js": "./dist/styled-components.browser.esm.js",
|
|
"./dist/styled-components.cjs.js": "./dist/styled-components.browser.cjs.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/styled-components/styled-components/issues"
|
|
},
|
|
"bundlesize": [
|
|
{
|
|
"path": "./dist/styled-components.min.js",
|
|
"maxSize": "16.25kB"
|
|
}
|
|
],
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/styled-components"
|
|
},
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.0.0",
|
|
"@babel/traverse": "^7.0.0",
|
|
"@emotion/is-prop-valid": "^0.8.1",
|
|
"@emotion/unitless": "^0.7.0",
|
|
"babel-plugin-styled-components": ">= 1",
|
|
"css-to-react-native": "^2.2.2",
|
|
"memoize-one": "^5.0.0",
|
|
"merge-anything": "^2.2.4",
|
|
"prop-types": "^15.5.4",
|
|
"react-is": "^16.6.0",
|
|
"stylis": "^3.5.0",
|
|
"stylis-rule-sheet": "^0.0.10",
|
|
"supports-color": "^5.5.0"
|
|
},
|
|
"description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress",
|
|
"devDependencies": {
|
|
"react": "^16.6.1",
|
|
"react-dom": "^16.6.1",
|
|
"react-frame-component": "^4.0.2",
|
|
"react-native": "^0.56.0",
|
|
"react-primitives": "^0.6.1",
|
|
"react-test-renderer": "^16.6.1"
|
|
},
|
|
"files": [
|
|
"CODE_OF_CONDUCT.md",
|
|
"CONTRIBUTING.md",
|
|
"dist",
|
|
"native",
|
|
"primitives",
|
|
"scripts",
|
|
"test-utils",
|
|
"macro"
|
|
],
|
|
"homepage": "https://styled-components.com",
|
|
"jest": {
|
|
"testURL": "http://localhost",
|
|
"clearMocks": true,
|
|
"roots": [
|
|
"<rootDir>/src/"
|
|
],
|
|
"setupFiles": [
|
|
"raf/polyfill",
|
|
"<rootDir>/src/test/globals.js"
|
|
],
|
|
"setupTestFrameworkScriptFile": "<rootDir>/test-utils/setupTestFramework.js",
|
|
"testPathIgnorePatterns": [
|
|
"<rootDir>/src/native",
|
|
"<rootDir>/src/primitives"
|
|
]
|
|
},
|
|
"jsnext:main": "dist/styled-components.esm.js",
|
|
"keywords": [
|
|
"react",
|
|
"css",
|
|
"css-in-js",
|
|
"styled-components",
|
|
"babel-macro",
|
|
"babel-macros",
|
|
"styling"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/styled-components.cjs.js",
|
|
"module": "dist/styled-components.esm.js",
|
|
"name": "styled-components",
|
|
"peerDependencies": {
|
|
"react": ">= 16.3.0",
|
|
"react-dom": ">= 16.3.0"
|
|
},
|
|
"react-native": "native/dist/styled-components.native.cjs.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/styled-components/styled-components.git"
|
|
},
|
|
"scripts": {
|
|
"benchmarks": "node benchmarks/run-headless.js",
|
|
"build": "rollup -c",
|
|
"build:benchmarks": "(cd benchmarks && yarn && yarn run build)",
|
|
"dev": "cross-env BABEL_ENV=cjs babel-node example/startServer.js",
|
|
"flow": "flow check",
|
|
"flow:watch": "flow-watch",
|
|
"format": "eslint ./**/*.js --fix",
|
|
"lint": "eslint src",
|
|
"postinstall": "node ./scripts/postinstall.js || exit 0",
|
|
"prebenchmarks": "yarn run build:benchmarks",
|
|
"prebuild": "rimraf dist",
|
|
"prepublishOnly": "run-s build",
|
|
"prettier": "prettier */**/*.js --write",
|
|
"size": "bundlesize"
|
|
},
|
|
"sideEffects": false,
|
|
"version": "4.4.1"
|
|
}
|