mystash
Version:
Personal finance app
92 lines (91 loc) • 2.72 kB
JSON
{
"name": "mystash",
"version": "0.2.0",
"description": "Personal finance app",
"main": "index.js",
"engines": {
"node": "8"
},
"scripts": {
"build": "npm run rs:build",
"cosmos": "cosmos",
"dev": "npm-run-all --print-label --parallel --race watch:api rs:start",
"env": "node ./src/backend/env.js",
"lint": "eslint --ignore-path=.gitignore --ext .js,.jsx .",
"rs:build": "react-scripts build",
"rs:start": "PORT=3001 FORCE_COLOR=1 react-scripts start",
"rs:test": "react-scripts test --runInBand",
"start": "node index.js",
"test": "npm-run-all env lint \"rs:test -- --coverage {@}\" --",
"watch:api": "nodemon index.js",
"watch:test": "npm run rs:test"
},
"repository": {
"type": "git",
"url": "https://github.com/jozsi/mystash.git"
},
"keywords": [
"personal",
"finance"
],
"author": "Jozsi Gergely & Radu Lucaciu",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jozsi/mystash/issues"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"currency-formatter": "^1.3.2",
"dotenv-safe": "^4.0.4",
"isemail": "^3.1.0",
"jsonwebtoken": "^8.1.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-connect-history-api-fallback": "^0.3.1",
"koa-jwt": "^3.3.0",
"koa-router": "^7.3.0",
"koa-static": "^4.0.2",
"mongoose": "^5.0.2",
"npm-run-all": "^4.1.2",
"regression": "^2.0.1"
},
"devDependencies": {
"codecov": "^3.0.0",
"dot-prop-immutable": "^1.4.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"escape-string-regexp": "^1.0.5",
"eslint-plugin-jest": "^21.7.0",
"grommet": "https://github.com/grommet/grommet/tarball/stable",
"jest-localstorage-mock": "^2.2.0",
"moment": "^2.20.1",
"nodemon": "^1.14.11",
"object.omit": "^3.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-color": "^2.13.8",
"react-cosmos": "^3.3.0",
"react-cosmos-redux-proxy": "^3.1.1",
"react-cosmos-router-proxy": "^3.1.1",
"react-cosmos-telescope": "^3.3.0",
"react-cosmos-test": "^3.3.0",
"react-cosmos-wrapper-proxy": "^1.1.1",
"react-dom": "^16.2.0",
"react-popover": "^0.5.4",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"react-select": "^1.2.1",
"recharts": "^1.0.0-beta.9",
"redux": "^3.7.2",
"redux-api-middleware": "^2.2.0",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-persist": "^5.5.0",
"redux-thunk": "^2.2.0",
"supertest": "^3.0.0",
"webpack": "^3.10.0"
},
"proxy": "http://localhost:3000"
}