animate add todo/filter selector

This commit is contained in:
2018-07-13 22:38:13 +03:00
parent 5cfb9673b0
commit e3e1efa521
14 changed files with 284 additions and 114 deletions

View File

@@ -6,8 +6,10 @@
"main": "app.js",
"scripts": {
"start": "node ./app.js",
"debug": "cross-env NODE_ENV=development npx nodemon --inspect ./app.js",
"test": "cross-env NODE_ENV=test jest",
"dev": "npx concurrently \"npm run server\" \"npm run client\" ",
"client": "cd react && npm start",
"server": "npx cross-env NODE_ENV=development npx nodemon --inspect ./app.js",
"test": "npx cross-env NODE_ENV=test jest",
"heroku-postbuild": "cd react && npm install && npm run build"
},
"cacheDirectories": [
@@ -38,6 +40,7 @@
"passport-local-mongoose": "^5.0.1"
},
"devDependencies": {
"concurrently": "^3.6.0",
"cross-env": "^5.2.0",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",