|
15 | 15 | "test-coverage": "jest --coverage" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
| 18 | + "babel-polyfill": "6.26.0", |
| 19 | + "cookie-parser": "1.4.3", |
18 | 20 | "apollo-boost": "0.1.12", |
| 21 | + "express-fileupload": "0.4.0", |
19 | 22 | "apollo-cache-inmemory": "1.3.0-beta.6", |
20 | 23 | "apollo-client": "2.3.7", |
21 | 24 | "apollo-link-http": "1.5.4", |
|
36 | 39 | "react-helmet": "5.2.0", |
37 | 40 | "react-router-config": "1.0.0-beta.4", |
38 | 41 | "react-router-dom": "4.3.1", |
39 | | - "webpack-node-externals": "1.7.2" |
40 | | - }, |
41 | | - "devDependencies": { |
42 | | - "babel-cli": "6.26.0", |
43 | | - "babel-core": "6.26.3", |
44 | | - "babel-loader": "7.1.5", |
45 | | - "babel-polyfill": "6.26.0", |
46 | | - "babel-preset-env": "1.7.0", |
47 | | - "babel-preset-es2015": "6.24.1", |
48 | | - "babel-preset-es2017": "6.24.1", |
49 | | - "babel-preset-react": "6.24.1", |
50 | | - "babel-preset-stage-0": "6.24.1", |
51 | | - "enzyme": "3.4.1", |
52 | | - "enzyme-adapter-react-16": "1.2.0", |
53 | | - "jest": "23.5.0", |
| 42 | + "webpack-node-externals": "1.7.2", |
54 | 43 | "webpack": "4.17.2", |
55 | 44 | "webpack-cli": "3.1.0", |
56 | 45 | "toastr": "2.1.4", |
57 | 46 | "axios": "0.18.0", |
58 | 47 | "bcrypt": "2.0.1", |
59 | 48 | "classnames": "2.2.6", |
60 | 49 | "concurrently": "3.6.1", |
61 | | - "cookie-parser": "1.4.3", |
62 | 50 | "cors": "2.8.4", |
63 | 51 | "css-loader": "1.0.0", |
64 | 52 | "dotenv": "6.0.0", |
65 | 53 | "es-cookie": "1.2.0", |
66 | 54 | "express": "4.16.3", |
67 | | - "express-fileupload": "0.4.0", |
68 | 55 | "extract-loader": "2.0.1", |
69 | 56 | "file-loader": "1.1.11", |
70 | 57 | "generate-password": "1.4.0", |
|
74 | 61 | "npm-run-all": "4.1.3", |
75 | 62 | "randomstring": "1.1.5", |
76 | 63 | "react-ckeditor-wrapper": "1.1.2" |
| 64 | + }, |
| 65 | + "devDependencies": { |
| 66 | + "babel-cli": "6.26.0", |
| 67 | + "babel-core": "6.26.3", |
| 68 | + "babel-loader": "7.1.5", |
| 69 | + "babel-preset-env": "1.7.0", |
| 70 | + "babel-preset-es2015": "6.24.1", |
| 71 | + "babel-preset-es2017": "6.24.1", |
| 72 | + "babel-preset-react": "6.24.1", |
| 73 | + "babel-preset-stage-0": "6.24.1", |
| 74 | + "enzyme": "3.4.1", |
| 75 | + "enzyme-adapter-react-16": "1.2.0", |
| 76 | + "jest": "23.5.0" |
77 | 77 | } |
78 | 78 | } |
0 commit comments