|
23 | 23 | "license": "CC-BY-4.0", |
24 | 24 | "main": "server.js", |
25 | 25 | "devDependencies": { |
26 | | - "@babel/cli": "^7.2.3", |
27 | | - "@babel/core": "^7.3.3", |
28 | | - "@babel/plugin-proposal-export-namespace-from": "^7.2.0", |
29 | | - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
30 | | - "@babel/plugin-syntax-export-default-from": "^7.2.0", |
31 | | - "@babel/plugin-transform-runtime": "^7.2.0", |
32 | | - "@babel/preset-env": "^7.3.1", |
33 | 26 | "@plasma-platform/tm-message-hook": "^2.0.12", |
34 | 27 | "babel-eslint": "^10.0.1", |
35 | 28 | "documentation": "^9.1.1", |
|
44 | 37 | "prettier": "^1.16.4" |
45 | 38 | }, |
46 | 39 | "dependencies": { |
| 40 | + "@babel/cli": "^7.2.3", |
| 41 | + "@babel/core": "^7.3.3", |
| 42 | + "@babel/node": "^7.2.2", |
| 43 | + "@babel/plugin-proposal-export-namespace-from": "^7.2.0", |
| 44 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 45 | + "@babel/plugin-syntax-export-default-from": "^7.2.0", |
| 46 | + "@babel/plugin-transform-runtime": "^7.2.0", |
| 47 | + "@babel/preset-env": "^7.3.1", |
| 48 | + "@babel/runtime": "^7.3.4", |
47 | 49 | "connect-mongo": "^2.0.3", |
48 | 50 | "dotenv": "^6.2.0", |
49 | 51 | "express-session": "^1.15.6", |
|
0 commit comments