|
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | 22 | "@babel/plugin-proposal-class-properties": "^7.12.1", |
23 | | - "@babel/plugin-proposal-private-methods": "7.12.1", |
24 | 23 | "@babel/plugin-proposal-decorators": "^7.12.1", |
25 | 24 | "@babel/plugin-proposal-do-expressions": "7.12.1", |
26 | 25 | "@babel/plugin-proposal-export-default-from": "7.12.1", |
|
33 | 32 | "@babel/plugin-proposal-numeric-separator": "7.12.7", |
34 | 33 | "@babel/plugin-proposal-optional-chaining": "7.12.7", |
35 | 34 | "@babel/plugin-proposal-pipeline-operator": "7.12.1", |
| 35 | + "@babel/plugin-proposal-private-methods": "7.12.1", |
36 | 36 | "@babel/plugin-proposal-throw-expressions": "7.12.1", |
37 | 37 | "@babel/plugin-syntax-dynamic-import": "7.8.3", |
38 | 38 | "@babel/plugin-syntax-import-meta": "7.10.4", |
| 39 | + "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
| 40 | + "@babel/plugin-transform-reserved-words": "^7.12.1", |
39 | 41 | "@babel/preset-env": "7.12.10", |
40 | 42 | "@babel/preset-flow": "7.12.1", |
41 | 43 | "@babel/preset-react": "7.12.10", |
42 | 44 | "babel-plugin-add-module-exports": "^1.0.4", |
43 | 45 | "babel-plugin-codegen": "^4.0.1", |
44 | 46 | "babel-plugin-preval": "^5.0.0", |
45 | | - "babel-plugin-transform-not-strict": "^0.3.1", |
46 | | - "@babel/plugin-transform-reserved-words": "^7.12.1" |
| 47 | + "babel-plugin-transform-not-strict": "^0.3.1" |
47 | 48 | }, |
48 | 49 | "peerDependencies": { |
49 | 50 | "@babel/cli": "^7", |
|
52 | 53 | "devDependencies": { |
53 | 54 | "@babel/cli": "7.11.6", |
54 | 55 | "@babel/core": "7.11.6", |
55 | | - "npm-check-updates": "10.2.5", |
56 | 56 | "cross-env": "^7.0.3", |
| 57 | + "npm-check-updates": "10.2.5", |
57 | 58 | "parcel": "^2.0.0-nightly.476" |
58 | 59 | }, |
59 | 60 | "targets": { |
|
0 commit comments