Skip to content

Commit

Permalink
Fix - Correction des packages
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Dec 23, 2020
1 parent 26c0f6a commit 0fe39d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build:local": "npm install && cpy ./src/configs/config.local.js ./src/configs --rename=config.js && set NODE_ENV=LOCAL && rollup -c && run-p start:dev",
"portal:docker": "npm install && cpy ./src/configs/config.docker.js ./src/configs --rename=config.js && set NODE_ENV=LOCAL && run-p autobuild start:dev",
"portal:local": "npm install && cpy ./src/configs/config.local.js ./src/configs --rename=config.js && set NODE_ENV=LOCAL && run-p autobuild start:dev",
"portal:remote": "npm install && cpy ./src/configs/config.remote.js ./src/configs --rename=config.js && set NODE_ENV=LOCAL && run-p autobuild start:dev",
"api": "npm run api:build && npm run api:run",
"signalr": "npm run signalr:build && npm run signalr:run",
"jobs": "npm run jobs:build && npm run jobs:run",
Expand Down Expand Up @@ -37,8 +38,7 @@
"cleave.js": "^1.6.0",
"date-fns": "^2.16.1",
"dropzone": "^5.7.2",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"graphql": "^14.7.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.20",
"notyf": "^3.9.0",
Expand Down Expand Up @@ -95,6 +95,7 @@
"postcss": "^8.2.1",
"postcss-import": "^14.0.0",
"postcss-scss": "^3.0.4",
"postcss-load-config": "^2.1.0",
"rollup": "^2.35.1",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
Expand All @@ -114,7 +115,7 @@
"stylelint": "^13.8.0",
"stylelint-config-recommended": "^3.0.0",
"svelte": "^3.31.0",
"svelte-check": "^1.1.22",
"svelte-check": "^1.1.23",
"svelte-preprocess": "^4.6.1",
"tailwindcss": "^1.9.6",
"typescript": "^4.1.3"
Expand Down

0 comments on commit 0fe39d2

Please sign in to comment.