2017-05-18 21:21:33 +03:00
{
"name" : "normalized-styled-components" ,
2017-05-25 18:04:32 +03:00
"version" : "1.0.5" ,
2017-05-18 21:21:33 +03:00
"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" : {
2017-05-31 04:55:24 +03:00
"lint:css" : "exit 0" ,
"lint-ci:css" : "exit 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 && cross-env NODE_ENV=test jest --coverage" ,
"test-ci" : "cross-env NODE_ENV=test JEST_JUNIT_OUTPUT=$CIRCLE_TEST_REPORTS/test/normalized-styled-components.xml jest --testResultsProcessor='./node_modules/jest-junit'" ,
"build" : "bup" ,
"prepublish" : "redrun build"
2017-05-18 21:21:33 +03:00
} ,
"dependencies" : {
2017-05-25 18:04:32 +03:00
"remcalc" : "^1.0.5"
2017-05-18 21:21:33 +03:00
} ,
"devDependencies" : {
"babel-plugin-styled-components" : "^1.1.4" ,
"babel-preset-react-app" : "^3.0.0" ,
"bup" : "^1.0.7" ,
"chalk" : "^1.1.3" ,
"cross-env" : "^5.0.0" ,
"eslint" : "^3.19.0" ,
"eslint-config-joyent-portal" : "1.0.0" ,
"jest" : "^20.0.4" ,
"jest-diff" : "^20.0.3" ,
2017-05-31 04:55:24 +03:00
"jest-junit" : "^1.5.1" ,
2017-05-18 21:21:33 +03:00
"jest-matcher-utils" : "^20.0.3" ,
"jest-snapshot" : "^20.0.3" ,
"jest-styled-components" : "^3.0.0-1" ,
"react" : "^15.5.4" ,
"react-test-renderer" : "^15.5.4" ,
2017-05-31 04:55:24 +03:00
"redrun" : "^5.9.14" ,
2017-05-18 21:21:33 +03:00
"strip-ansi" : "^3.0.1" ,
2017-05-25 15:47:44 +03:00
"styled-components" : "^2.0.0" ,
2017-05-18 21:21:33 +03:00
"stylelint" : "^7.10.1" ,
"stylelint-config-primer" : "^1.4.0" ,
"stylelint-config-standard" : "^16.0.0" ,
"stylelint-processor-styled-components" : "styled-components/stylelint-processor-styled-components#68b4c4f"
} ,
"peerDependencies" : {
"react" : "*" ,
"styled-components" : "*"
} ,
"jest" : {
"testEnvironment" : "node" ,
"testRegex" : "test/index.js"
}
}