Skip to content

Commit 47cf84a

Browse files
committed
Updated dependencies & scripts in package.json
1 parent c21904c commit 47cf84a

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

+13-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
"author": "Alexander Schwartzberg",
66
"private": true,
77
"scripts": {
8-
"dev": "nuxt",
9-
"lambda": "netlify-lambda serve",
10-
"build": "nuxt build",
8+
"dev:frontend": "nuxt",
9+
"dev:lambdas": "netlify-lambda serve lambdas",
10+
"dev": "run-p dev:*",
11+
"build:frontend": "nuxt build",
12+
"build:lambdas": "netlify-lambda build lambdas",
13+
"build": "run-p build:",
1114
"start": "nuxt start",
1215
"generate": "nuxt generate",
13-
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
16+
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
17+
"lint": "run-p lint:",
1418
"precommit": "npm run lint",
1519
"test": "jest"
1620
},
@@ -19,6 +23,9 @@
1923
"@fortawesome/free-brands-svg-icons": "^5.8.1",
2024
"@fortawesome/free-solid-svg-icons": "^5.8.1",
2125
"@fortawesome/vue-fontawesome": "^0.1.6",
26+
"@nuxtjs/axios": "^5.3.6",
27+
"@nuxtjs/proxy": "^1.3.1",
28+
"dotenv": "^6.2.0",
2229
"bootstrap": "^4.3.1",
2330
"bootstrap-vue": "^2.0.0-rc.11",
2431
"cross-env": "^5.2.0",
@@ -45,8 +52,10 @@
4552
"eslint-plugin-standard": ">=4.0.0",
4653
"eslint-plugin-vue": "^5.2.2",
4754
"jest": "^24.1.0",
55+
"netlify-lambda": "^1.3.1",
4856
"node-sass": "^4.11.0",
4957
"nodemon": "^1.18.9",
58+
"npm-run-all": "4.1.x",
5059
"prettier": "^1.16.4",
5160
"sass-loader": "^7.1.0",
5261
"vue-cli-plugin-netlify-lambda": "^0.1.1",

0 commit comments

Comments
 (0)