UNPKG

upfront-editable

Version:
106 lines (105 loc) 3.14 kB
{ "name": "upfront-editable", "description": "Friendly contenteditable API", "version": "2.2.3", "dependencies": { "babel-runtime": "^6.6.1", "bowser": "2.7.0", "rangy": "^1.3.0" }, "devDependencies": { "babel-cli": "^6.7.5", "babel-core": "^6.7.6", "babel-istanbul-loader": "^0.1.0", "babel-loader": "^6.2.4", "babel-plugin-transform-runtime": "^6.7.5", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "css-loader": "^0.25.0", "eslint": "^5.2.0", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-standard": "^3.1.0", "font-awesome": "^4.6.1", "gh-pages": "^0.11.0", "jasmine-core": "^2.99.1", "jquery": "^3.5.1", "karma": "^1.7.1", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.0.0", "karma-firefox-launcher": "^1.3.0", "karma-jasmine": "^1.0.2", "karma-safari-launcher": "^1.0.0", "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^1.8.1", "lodash.clonedeep": "^4.5.0", "normalize.css": "^8.0.1", "open-browser-webpack-plugin": "0.0.5", "prismjs": "^1.22.0", "react": "^15.7.0", "react-addons-css-transition-group": "^15.3.2", "react-dom": "^15.7.0", "rimraf": "^3.0.2", "sinon": "^7.4.1", "style-loader": "^1.3.0", "url-loader": "^2.1.0", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "src", "lib", "dist" ], "keywords": [ "contenteditable", "editable" ], "license": "MIT", "main": "lib/core.js", "peerDependencies": { "jquery": "^3.4.1" }, "repository": { "type": "git", "url": "https://github.com/livingdocsIO/editable.js.git" }, "scripts": { "start": "webpack-dev-server --inline --hot", "prebuild:dist": "rimraf ./coverage", "build:dist": "BUILD_DIST=true webpack", "prebuild:docs": "rimraf ./examples/dist", "build:docs": "BUILD_DOCS=true webpack", "build:lib": "babel src --out-dir lib", "prebuild:lib": "rimraf ./{lib,coverage}", "build": "npm run build:dist -s && npm run build:lib -s && npm run build:docs -s", "test:ci": "npm run build -s && npm run test:karma -s", "test": "npm run build -s && npm run test:karma -s", "posttest": "npm run lint -s", "test:all": "npm run test:karma -s -- --browsers Chrome,Firefox,Safari", "test:karma": "karma start", "test:watch": "npm run test:karma -s -- --single-run false", "lint": "eslint --ignore-path .gitignore .", "postversion": "/release/node_modules/.bin/set-ci" }, "release": { "extends": "@livingdocs/semantic-release-presets/npm-github-verify" }, "ci": { "isCi": true, "name": "Drone", "service": "drone", "commit": "59962fe995b2d7c3c0fdb4015ca9f70d0460dfca", "build": "102", "branch": "master", "isPr": false, "slug": "livingdocsIO/editable.js", "date": "2020-11-04T20:52:33.974Z" } }