Skip to content
Snippets Groups Projects
Commit 4726c943 authored by Aymeric Bernard's avatar Aymeric Bernard
Browse files

Fix: babel in prod dependency to be able to build at startup, upgraded node-fetch

parent 1ddcf010
No related branches found
No related tags found
No related merge requests found
......@@ -17,17 +17,17 @@
"sslGen": "npm run sslGenKey && npm run sslGenCert"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-preact": "^1.1.0",
"css-in-js-stringify": "^1.0.0",
"jsonwebtoken": "^8.1.1",
"node-fetch": "^2.0.0",
"node-fetch": "^2.1.2",
"parcel-bundler": "^1.5.1",
"preact": "^8.2.7",
"socket.io": "^2.0.4"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-preact": "^1.1.0",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment