UNPKG

ndla-ui

Version:

UI component library for NDLA.

61 lines (60 loc) 1.67 kB
{ "name": "ndla-ui", "version": "0.17.12", "description": "UI component library for NDLA.", "license": "GPL-3.0", "main": "lib/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "sideEffects": false, "scripts": { "build": "npm run build:commonjs && npm run build:es && npm run build:css", "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --quiet --out-dir lib --ignore __tests__", "build:es": "cross-env BABEL_ENV=es babel src --quiet --out-dir es --ignore __tests__", "build:css": "webpack -p && cp ./dist/*.css ./es && cp ./dist/*.css ./lib", "clean": "rimraf lib es dist", "prepublish": "npm run clean && npm run build", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/NDLANO/frontend-packages.git/ndla-ui/" }, "keywords": [ "styleguide", "storybook", "ndla" ], "author": "ndla@knowit.no", "files": [ "lib", "src", "es" ], "dependencies": { "classnames": "2.2.5", "focus-trap": "^2.4.3", "focus-trap-react": "^4.0.0", "jump.js": "^1.0.2", "lodash": "^4.17.5", "react-bem-helper": "1.4.1", "react-device-detect": "^1.5.9", "react-facebook": "^4.2.1", "react-prop-types": "0.4.0", "react-slick": "^0.19.0", "react-transition-group": "^2.2.1" }, "peerDependencies": { "emotion": "^9.2.10", "ndla-core": "^0.1.0", "prop-types": "^15.6.0", "react": "^16.3.2", "react-emotion": "^9.2.10" }, "devDependencies": { "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "extract-text-webpack-plugin": "3.0.2", "ndla-core": "^0.3.5" } }