Repository URL to install this package:
|
Version:
1.3.0 ▾
|
ff-editor
/
package.json
|
|---|
{
"author": "",
"description": "Focus Forward Editor",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.4.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"class-autobind": "^0.1.4",
"classnames": "^2.2.5",
"css-loader": "^0.27.1",
"css-modules-require-hook": "^4.0.0",
"draft-js": "^0.9.1",
"draft-js-export-html": "^0.5.2",
"draft-js-export-markdown": "^0.2.2",
"draft-js-import-html": "^0.3.2",
"draft-js-import-markdown": "^0.2.1",
"draft-js-utils": "^0.1.7",
"eslint": "^3.9.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-react": "^6.5.0",
"expect": "^1.20.2",
"fbjs": "^0.8.12",
"flow-bin": "^0.32.0",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"mocha": "^3.1.2",
"moment": "^2.17.1",
"postcss-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-addons-test-utils": "^15.0.2",
"react-diff": "0.0.7",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-json-pretty": "^1.5.0",
"rimraf": "^2.5.4",
"style-loader": "^0.13.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"ws": "^2.2.1"
},
"license": "ISC",
"main": "dist/RichTextEditor.js",
"name": "ff-editor",
"scripts": {
"build": "rimraf lib && cp -r src lib && babel src --ignore \"_*\" --out-dir lib && npm run webpack",
"start": "webpack-dev-server --host 0.0.0.0",
"webpack": "./node_modules/.bin/webpack -p --config webpack.config.production"
},
"version": "1.3.0"
}