-
- Downloads
0.3.3
{ | ||
"name": "offcourse-ui-components", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "React UI Components and Styleguide for the Offcourse Project", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"files": ["css", "es", "lib", "umd"], | ||
"files": [ | ||
"css", | ||
"es", | ||
"lib", | ||
"umd" | ||
], | ||
"scripts": { | ||
"build": "nwb build-react-component", | ||
"clean": "nwb clean-module && nwb clean-demo", | ||
"start": "nwb serve-react-demo", | ||
"styleguide": "styleguidist server", | ||
"styleguide:build": "styleguidist build", | ||
"styleguide:deploy": | ||
"s3-deploy 'styleguide/**' --cwd './styleguide' --bucket offcourse-styleguide", | ||
"styleguide:deploy": "s3-deploy 'styleguide/**' --cwd './styleguide' --bucket offcourse-styleguide", | ||
"test": "jest --coverage", | ||
"test:watch": "jest --watch", | ||
"ci-publish": "ci-publish" | ||
... | ... | @@ -83,7 +87,10 @@ |
"s3-deploy": "^0.9.0" | ||
}, | ||
"babel": { | ||
"presets": ["env", "react"], | ||
"presets": [ | ||
"env", | ||
"react" | ||
], | ||
"env": { | ||
"test": { | ||
"plugins": [ | ||
... | ... | @@ -101,12 +108,20 @@ |
"globals": { | ||
"NODE_ENV": "test" | ||
}, | ||
"setupFiles": ["./tests/jestsetup.js"], | ||
"snapshotSerializers": ["enzyme-to-json/serializer"] | ||
"setupFiles": [ | ||
"./tests/jestsetup.js" | ||
], | ||
"snapshotSerializers": [ | ||
"enzyme-to-json/serializer" | ||
] | ||
}, | ||
"author": "Jan Hein Hoogstad", | ||
"homepage": "https://offcourse.io", | ||
"license": "MIT", | ||
"repository": "https://gitlab.com/offcourse/ui-components", | ||
"keywords": ["react-component", "offcourse", "UI"] | ||
"keywords": [ | ||
"react-component", | ||
"offcourse", | ||
"UI" | ||
] | ||
} |
Please register or sign in to comment