prg-editor
Version:
Data Table and Editor for use with Prg-Form
86 lines (85 loc) • 3.01 kB
JSON
{
"name": "prg-editor",
"version": "0.6.0",
"description": "Data Table and Editor for use with Prg-Form",
"main": "dist/main.js",
"scripts": {
"doc": "./node_modules/.bin/esdoc",
"dist": "node ./node_modules/babel-cli/bin/babel --no-comments --presets react,es2015 ./src/ -d ./dist/",
"test": "npm run test:lint && npm run test:coverage && npm run test:coverage:threshold",
"test:lint": "npm run test:lint:public && npm run test:lint:jsx",
"test:lint:public": "node ./node_modules/eslint/bin/eslint.js --ext .js src test",
"test:lint:jsx": "node ./node_modules/eslint/bin/eslint.js --ext .jsx src test",
"test:coverage": "node ./node_modules/karma/bin/karma start karma.coverage.conf.js",
"test:coverage:threshold": "node ./node_modules/.bin/istanbul check --branches 70 --functions 80 --statements 80 --lines 80 coverage/**/coverage*.json",
"test:debug": "node ./node_modules/karma/bin/karma start karma.debug.conf.js --browsers=Chrome --single-run=false",
"test:mac": "node ./node_modules/karma/bin/karma start --browsers=Chrome,Firefox,Safari,Opera"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pragonauts/prg-editor.git"
},
"keywords": [
"React",
"Datagrid",
"Table",
"Datagrid",
"Bulma"
],
"author": "Pragonauts",
"license": "MIT",
"bugs": {
"url": "https://github.com/pragonauts/prg-editor/issues"
},
"homepage": "https://github.com/pragonauts/prg-editor#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-istanbul": "^4.1.3",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babili-webpack-plugin": "0.0.11",
"chai": "^3.5.0",
"compression-webpack-plugin": "^0.4.0",
"enzyme": "^2.8.2",
"esdoc": "^0.5.2",
"esdoc-importpath-plugin": "^0.1.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-mocha": "^0.2.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^7.0.1",
"glob": "^7.1.1",
"jquery": "^3.2.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.1",
"mocha-istanbul": "^0.3.0",
"prop-types": "^15.5.10",
"prg-form": "^0.5.3",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"sinon": "^2.2.0",
"webpack": "^2.5.1"
},
"peerDependencies": {
"jquery": "^3.1.1",
"prg-form": "^0.6.0"
}
}