UNPKG

dogstack

Version:

a popular-choice grab-bag framework for teams working on production web apps

105 lines (104 loc) 2.74 kB
{ "name": "dogstack", "version": "1.0.0", "description": "a popular-choice grab-bag framework for teams working on production web apps", "main": "index.js", "browser": "browser.js", "bin": { "dogstack": "cli.js", "dog": "cli.js" }, "scripts": { "test:deps": "dependency-check . entry && dependency-check . entry --extra --no-dev -i es2040", "test:lint": "standard", "test": "npm-run-all -s test:node test:lint test:deps" }, "repository": { "type": "git", "url": "git+https://github.com/enspiral-root-systems/dogstack.git" }, "keywords": [ "feathers", "redux", "react", "crud", "frp", "full", "stack", "framework", "production", "team" ], "author": "Root Systems <hello@rootsystems.nz>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/enspiral-root-systems/dogstack/issues" }, "homepage": "https://dogstack.js.org", "browserify": { "transform": [ "es2040" ] }, "dependencies": { "@material-ui/core": "^1.0.0", "babel-register": "^6.24.1", "bankai": "^9.12.0", "compression": "^1.6.2", "config": "^1.30.0", "cors": "^2.8.4", "es2040": "^1.2.5", "express-enforces-ssl": "^1.1.0", "feathers": "^2.2.0", "feathers-configuration": "^0.4.2", "feathers-errors": "^2.8.0", "feathers-hooks": "^2.0.1", "feathers-reactive": "^0.4.1", "feathers-rest": "^1.7.3", "feathers-socketio": "^2.0.0", "fela": "^6.1.7", "fela-beautifier": "^5.0.11", "fela-monolithic": "^5.0.11", "fela-plugin-fallback-value": "^5.0.12", "fela-plugin-lvha": "^5.0.0", "fela-plugin-prefixer": "^5.0.12", "fela-plugin-validator": "^5.0.11", "helmet": "^3.6.0", "history": "^4.6.1", "knex": "^0.13.0", "longjohn": "^0.2.12", "pino": "^4.5.0", "pino-colada": "^1.4.0", "pino-http": "^2.6.1", "pump": "^1.0.2", "ramda": "^0.24.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-fela": "^7.2.0", "react-hyperscript": "^3.0.0", "react-intl": "^2.4.0", "react-redux": "^5.0.5", "react-router-redux": "5.0.0-alpha.6", "recompose": "^0.27.1", "redux": "^3.6.0", "redux-devtools-extension": "^2.13.2", "redux-form": "^7.0.4", "redux-fp": "^0.2.0", "redux-logger": "^3.0.6", "redux-observable": "^0.14.1", "rxjs": "^5.4.0", "serve-favicon": "^2.4.3", "socket.io-client": "^2.0.1", "static-module": "^1.3.2", "string-to-stream": "^1.1.0", "uws": "^0.14.5", "yargs": "^7.1.0" }, "devDependencies": { "ava": "^0.25.0", "dependency-check": "^2.7.0", "npm-run-all": "^4.0.1", "pg": "^6.2.2", "sqlite3": "^3.1.8" } }