1.0.1 • Published 9 years ago

piedpiper-ui v1.0.1

Weekly downloads
6
License
SEE LICENCE IN LI...
Repository
github
Last release
9 years ago

piedpiper-ui

npm license github-issues Circle CI build status

API Builder UI

nodei.co

travis-status stars forks

forks

npm.io npm.io

Features

Install

npm install --save piedpiper-ui

Scripts

  • npm run build : npm run clean && if-env NODE_ENV=production && npm run build:prod || npm run build:dev
  • npm run build:copy : copyfiles -f ./src/index.tmpl.html ./src/favicon.ico ./dist
  • npm run build:dev : mkdir -p src/messages && npm run build:messages && npm run build:lint && npm run test && npm run build:readme && npm run build:doc && npm run build:dist
  • npm run build:dev:chrome : npm run clean && mkdir src/messages && npm run build:messages && npm run build:lint && npm run test:chrome && npm run build:readme && npm run build:doc && npm run build:dist
  • npm run build:dist : npm run build:copy & webpack --progress -p --env=dist
  • npm run build:doc : esdoc -c esdoc.json
  • npm run build:lint : stylelint **/*.scss --syntax scss && eslint --ext .js,.jsx ./src
  • npm run build:prod : npm prune --production
  • npm run build:readme : node-readme
  • npm run build:messages : generate-messages ./src > ./src/messages/en.json
  • npm run clean : rimraf README.md src/messages dist/* coverage/* doc/*
  • npm run release:publish : git add -A && git push && git push --tags && npm publish
  • npm run release:major : npm version major && npm run release:publish && git push --follow-tags
  • npm run release:minor : npm version minor && npm run release:publish && git push --follow-tags
  • npm run release:patch : npm version patch && npm run release:publish && git push --follow-tags
  • npm run release:prerelease : npm version prerelease && npm run release:publish && git push --follow-tags
  • npm run test : karma start
  • npm run test:watch : karma start --autoWatch=true --singleRun=false
  • npm run test:chrome : karma start --browsers Chrome
  • npm run test:chrome:watch : karma start karma-no-isparta.conf.js --autoWatch=true --singleRun=false --browsers Chrome
  • npm run test:chrome-coverage:watch : karma start --autoWatch=true --singleRun=false --browsers Chrome

Dependencies

PackageVersionDev
appc-platform-sdk^1.3.8
babel-cli^6.11.4
babel-core^6.0.0
babel-eslint^7.0.0
babel-loader^6.0.0
babel-polyfill^6.13.0
babel-preset-es2015^6.0.15
babel-preset-react^6.0.15
babel-preset-stage-0^6.5.0
body-parser^1.15.2
bower-webpack-plugin^0.1.9
chai^3.2.0
copyfiles^1.0.0
css-loader^0.23.0
enzyme^2.4.1
esdoc^0.4.8
eslint^3.10.2
eslint-config-airbnb^12.0.0
eslint-loader^1.5.0
eslint-plugin-import^1.16.0
eslint-plugin-jsx-a11y^2.2.2
eslint-plugin-react^6.7.1
file-loader^0.8.4
formidable^1.0.17
if-env^1.0.0
imports-loader^0.6.5
isparta-loader^2.0.0
json-loader^0.5.4
karma^1.3.0
karma-chai^0.1.0
karma-chrome-launcher^2.0.0
karma-coverage^1.0.0
karma-intl-shim^1.0.3
karma-mocha^1.0.0
karma-mocha-reporter^2.0.0
karma-phantomjs-launcher^1.0.0
karma-sourcemap-loader^0.3.5
karma-webpack^1.7.0
less^2.5.3
less-loader^2.0.0
mocha^2.2.5
node-readme^0.1.8
node-sass^3.8.0
null-loader^0.1.1
phantomjs-prebuilt^2.0.0
pluralize^3.0.0
react-hot-loader^3.0.0-beta.6
redux-mock-store^1.2.0
rimraf^2.5.4
sass-loader^3.2.1
simple-mock^0.7.0
style-loader^0.13.0
stylelint^7.5.0
stylelint-config-standard^14.0.0
url-loader^0.5.7
webpack^1.12.0
webpack-dev-middleware^1.6.1
webpack-dev-server^1.12.0
webpack-hot-middleware^2.12.1
arrow-intl^1.0.0
axios^0.14.0
codemirror^5.20.2
dateformat^1.0.12
esdoc-es7-plugin0.0.3
express^4.14.0
fuse.js^2.5.0
intl^1.2.5
intl-locales-supported^1.0.0
jshint^2.9.4
md5^2.1.0
minimist^1.2.0
qs^6.3.0
react15.3.2
react-addons-test-utils15.3.2
react-bootstrap^0.30.2
react-dom15.3.2
react-intl^2.1.5
react-intl-loader^1.0.2
react-measure^1.3.1
react-menu-list^3.2.2
react-redux^4.4.5
react-router^2.6.0
redux^3.5.2
redux-infinite-scroll^1.0.9
redux-saga^0.13.0
semver^5.3.0
strip-ansi^3.0.1
url-join^1.1.0

Contributing

Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!

Author

Axway support@axway.com https://axway.com

License

  • SEE LICENCE IN LICENCE : null