ldx-widgets
Version:
widgets
66 lines (65 loc) • 1.58 kB
JSON
{
"name": "ldx-widgets",
"version": "3.0.33",
"description": "widgets",
"main": "index.js",
"scripts": {
"start": "gulp test",
"test": "gulp test"
},
"dependencies": {
"classlist-polyfill": "^1.0.2",
"draft-js": "^0.9.1",
"draft-js-export-html": "^0.5.1",
"es6-shim": "^0.35.1",
"immutable": "^3.8.1",
"owasp-password-strength-test": "^1.1.0",
"react-addons-transition-group": "^15.3.2",
"react-datepicker": "^0.37.0"
},
"devDependencies": {
"ainojs-animation": "^1.2.6",
"ainojs-easing": "^1.0.3",
"aliasify": "^1.9.0",
"autoprefixer-stylus": "^0.8.1",
"browserify": "^13.0.0",
"chai": "^2.3.0",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"delorean": "^0.9.7",
"envify": "^3.4.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-stylus": "^2.2.0",
"karma": "^1.4.0",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"lodash": "^4.0.0",
"mocha": "^2.5.3",
"moment": "^2.8.3",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"run-sequence": "^1.1.5",
"sinon": "^1.17.6",
"spin": "0.0.1",
"watchify": "^3.8.0"
},
"aliasify": {
"aliases": {
"moment": "moment/min/moment.min"
}
},
"browserify": {
"transform": [
"coffeeify",
"envify",
"aliasify"
]
}
}