mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
animate add todo/filter selector
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user