UNPKG

periodicjs.ext.reactapp

Version:
162 lines (161 loc) 4.91 kB
{ "author": { "name": "Yaw Joseph Etse", "email": "yaw.etse@gmail.com", "url": "http://about.me/yawjosephetse" }, "bugs": { "url": "https://github.com/repetere/periodicjs.ext.reactapp/issues" }, "bundleDependencies": false, "config": { "blanket": { "pattern": [ "content/themes" ] } }, "contributors": [ { "name": "Jan Bialostok", "email": "janbialostok@gmail.com", "url": "https://github.com/janbialostok" }, { "name": "Iris Dan", "email": "yoojungdan@gmail.com" }, { "name": "Mark Waldron", "email": "markewaldron@gmail.com" } ], "dependencies": { "babel-polyfill": "6.23.0", "capitalize": "1.0.0", "debounce": "1.0.0", "dms2dec": "1.1.0", "exif": "0.6.0", "file-saver": "1.3.3", "flat": "2.0.1", "google-map-react": "0.23.0", "isomorphic-fetch": "2.2.1", "json-2-csv": "2.1.0", "luxon": "1.3.3", "memory-cache": "0.2.0", "mime": "1.3.6", "path-to-regexp": "1.7.0", "pluralize": "3.1.0", "prettysize": "0.0.3", "promisie": "~1.6.1", "rc-slider": "6.2.0", "rc-steps": "2.5.1", "rc-switch": "1.5.3", "rc-table": "5.6.7", "rc-tree": "1.7.4", "re-bulma": "^0.4.3", "react": "15.3.2", "react-dom": "15.3.2", "react-file-reader-input": "1.1.0", "react-responsive-carousel": "3.1.3", "react-router": "3.0.2", "react-slick": "0.15.4", "react-text-mask": "5.0.2", "recharts": "1.5.0", "semver": "5.3.0", "text-mask-addons": "3.6.0", "ua-parser-js": "0.7.12", "useragent": "2.1.13", "validate.js": "0.11.1", "victory": "31.2.0", "whatwg-fetch": "2.0.3" }, "deprecated": false, "description": "react based admin.", "devDependencies": { "babel-cli": "6.23.0", "babel-core": "6.24.1", "babel-loader": "7.0.0", "babel-plugin-inline-json-import": "0.2.0", "babel-plugin-module-resolver": "2.5.0", "babel-plugin-react-css-modules": "2.5.0", "babel-plugin-transform-dev": "2.0.0", "babel-plugin-transform-es2015-modules-commonjs": "6.23.0", "babel-plugin-transform-global-defs": "0.1.1", "babel-plugin-transform-runtime": "6.23.0", "babel-preset-env": "1.4.0", "babel-preset-es2015": "6.24.1", "babel-preset-es2015-ie": "6.7.0", "babel-preset-es2016": "6.24.1", "babel-preset-es2017": "6.24.1", "babel-preset-react": "6.23.0", "babel-register": "6.23.0", "browserify": "13.0.0", "bcrypt": "3.0.6", "chai": "3.0.0", "chai-as-promised": "6.0.0", "coveralls": "2.11.9", "ejs": "2.4.1", "flat": "2.0.1", "font-awesome": "4.7.0", "grunt": "1.0.1", "grunt-browserify": "5.0.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-cssmin": "1.0.1", "grunt-contrib-jshint": "1.0.0", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "1.0.0", "grunt-coveralls": "1.0.1", "grunt-jsbeautifier": "~0.2.7", "grunt-jsdoc": "2.0.0", "grunt-mocha-cov": "0.4.0", "grunt-mocha-istanbul": "4.0.2", "grunt-newer": "1.1.1", "grunt-simple-mocha": "0.4.1", "istanbul": "0.4.3", "jsdoc": "3.3.2", "mocha": "2.2.5", "mocha-lcov-reporter": "1.2.0", "mocha-sinon": "2.0.0", "node-mocks-http": "1.6.2", "periodicjs": "10.70.53", "semver": "5.3.0", "sinon": "1.17.4", "sinon-chai": "2.8.0", "string-to-json": "0.1.0", "socket.io": "2.2.0", "socket.io-client": "2.2.0", "webpack": "2.4.1" }, "directories": {}, "engines": { "node": "6.x" }, "homepage": "https://github.com/repetere/periodicjs.ext.reactapp#readme", "keywords": [ "server-side-react", "cms", "admin", "periodicjs" ], "license": "MIT", "main": "index.js", "maintainers": [], "name": "periodicjs.ext.reactapp", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/repetere/periodicjs.ext.reactapp.git" }, "scripts": { "build_ie": "webpack --config adminclient/config/webpack.config.ie.js --debug --progress", "build_ie_full": "webpack --config adminclient/config/webpack.config.ie.js && cp -r public/ ../../../public/themes/periodicjs.theme.cis/", "package": "cd adminclient && npm run build && cd .. && rm -rf public/static/* && npm run ssr && grunt copy", "postinstall": "cd ../../ && periodicjs aex periodicjs.ext.reactapp", "postuninstall": "cd ../../ && periodicjs rex periodicjs.ext.reactapp", "ssr": "babel utilities/ssr_manifest_es6.js > utilities/ssr_manifest.js && babel adminclient/src -d adminclient/_src --ignore adminclient/src/components/RACodeMirror/,adminclient/src/index.js", "ssr_build": "babel adminclient/src -d adminclient/_src --ignore adminclient/src/components/RACodeMirror/", "test": "mocha -R spec --recursive" }, "version": "12.3.92" }