{ "name": "normalized-styled-components", "version": "1.0.9", "license": "MPL-2.0", "description": "normalize.css with a styled-components mindset", "keywords": [ "normalizations", "style", "css", "react", "css", "css-in-js", "styled-components" ], "repository": "github:yldio/joyent-portal", "main": "dist/normalized-styled-components.umd.js", "jsnext:main": "dist/normalized-styled-components.es.js", "module": "dist/normalized-styled-components.es.js", "entry": "src/index.js", "scripts": { "lint:css": "echo 0", "lint-ci:css": "echo 0", "lint:js": "eslint . --fix", "lint-ci:js": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/normalized-styled-components.xml", "lint": "redrun -s lint:*", "lint-ci": "redrun -p lint-ci:*", "test": "bup && NODE_ENV=test jest --coverage", "test-ci": "NODE_ENV=test JEST_JUNIT_OUTPUT=$CIRCLE_TEST_REPORTS/test/normalized-styled-components.xml jest --coverage --coverageDirectory=$CIRCLE_ARTIFACTS/normalized-styled-components --testResultsProcessor=$(node -e \"console.log(require.resolve('jest-junit'))\")", "build": "bup", "prepublish": "redrun build" }, "dependencies": { "remcalc": "^1.0.8" }, "devDependencies": { "babel-plugin-styled-components": "^1.2.0", "babel-preset-react-app": "^3.0.2", "bup": "^1.0.9", "chalk": "^2.1.0", "eslint": "^4.5.0", "eslint-config-joyent-portal": "3.0.0", "jest": "^20.0.4", "jest-diff": "^20.0.3", "jest-junit": "^3.0.0", "jest-matcher-utils": "^20.0.3", "jest-snapshot": "^20.0.3", "jest-styled-components": "^4.4.1", "react": "^15.6.1", "react-scripts": "^1.0.12", "react-test-renderer": "^15.6.1", "redrun": "^5.9.17", "strip-ansi": "^4.0.0", "styled-components": "^2.1.2", "stylelint": "^8.0.0", "stylelint-config-primer": "^2.0.1", "stylelint-config-standard": "^17.0.0", "stylelint-processor-styled-components": "styled-components/stylelint-processor-styled-components#2a33b5f" }, "peerDependencies": { "react": "*", "styled-components": "*" }, "jest": { "testEnvironment": "jsdom", "testRegex": "test/index.js", "setupFiles": ["/../../node_modules/react-scripts/config/polyfills.js"], "testEnvironment": "node", "transform": { "^.+\\.(js|jsx)$": "/../../node_modules/react-scripts/config/jest/babelTransform.js", "^(?!.*\\.(js|jsx|css|json)$)": "/../../node_modules/react-scripts/config/jest/fileTransform.js" }, "transformIgnorePatterns": ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"], "rootDir": "." } }