react-lightning-design-components
Version:
Salesforce Lightning Design System components built with React 16
99 lines (98 loc) • 2.95 kB
JSON
{
"name": "react-lightning-design-components",
"version": "1.10.3",
"description": "Salesforce Lightning Design System components built with React 16",
"main": "lib/scripts/index.js",
"directories": {
"example": "examples"
},
"keywords": [
"react",
"react-component",
"salesforce",
"lightning",
"lightning design system",
"slds",
"tab",
"form",
"datepicker",
"modal"
],
"scripts": {
"test": "npm run test:base -- --single-run",
"test:watch": "npm run test:base -- --auto-watch",
"test:base": "karma start",
"prepublish": "npm run build",
"lint": "npm run lint:src && npm run lint:examples && npm run lint:test",
"lint:src": "eslint --ext .js src/scripts/**",
"lint:examples": "eslint --ext .js examples/client/**",
"lint:test": "eslint --ext .js test/**",
"build": "env NODE_ENV=production babel -d lib/ src/"
},
"files": [
"lib"
],
"author": "Samanage Team <support@samanage.com> (http://www.samanage.com), Shinichi Tomita <shinichi.tomita@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com:SAManage/react-lightning-design-system.git"
},
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.6.1",
"classnames": "^2.2.5",
"moment": "^2.13.0",
"react-infinite-scroll-container": "^1.0.10",
"react-onclickoutside": "6.7.1",
"react-textarea-autosize": "6.0.0",
"svg4everybody": "^2.0.3",
"uuid": "^2.0.2"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.x",
"react-dom": "^16.x"
},
"devDependencies": {
"@types/enzyme-adapter-react-16": "^1.0.2",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-plugin-espower": "^2.1.2",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^2.10.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"istanbul": "^0.4.3",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"mocha": "^2.4.5",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7",
"power-assert": "^1.4.1",
"prop-types": "^15.6.0",
"react": "16.3.0",
"react-dom": "16.3.0",
"sinon": "^1.17.4",
"react-hot-loader": "4.0.0"
}
}