|
|
@ -34,21 +34,21 @@
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "7.9.0",
|
|
|
|
"@babel/core": "7.12.10",
|
|
|
|
"@babel/plugin-transform-arrow-functions": "7.12.1",
|
|
|
|
"@babel/plugin-transform-arrow-functions": "7.12.1",
|
|
|
|
"@babel/plugin-transform-async-to-generator": "7.8.3",
|
|
|
|
"@babel/plugin-transform-async-to-generator": "7.12.1",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
|
|
|
"@babel/plugin-transform-typescript": "7.9.4",
|
|
|
|
"@babel/plugin-transform-typescript": "7.12.1",
|
|
|
|
"@babel/preset-env": "7.9.5",
|
|
|
|
"@babel/preset-env": "7.12.10",
|
|
|
|
"@babel/preset-typescript": "7.9.0",
|
|
|
|
"@babel/preset-typescript": "7.12.7",
|
|
|
|
"babel-loader": "8.1.0",
|
|
|
|
"babel-loader": "8.2.2",
|
|
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
|
|
"cross-env": "7.0.2",
|
|
|
|
"cross-env": "7.0.3",
|
|
|
|
"file-loader": "6.0.0",
|
|
|
|
"file-loader": "6.2.0",
|
|
|
|
"ts-loader": "7.0.0",
|
|
|
|
"ts-loader": "8.0.12",
|
|
|
|
"webpack": "4.44.2",
|
|
|
|
"webpack": "5.10.1",
|
|
|
|
"webpack-bundle-analyzer": "3.9.0",
|
|
|
|
"webpack-bundle-analyzer": "4.2.0",
|
|
|
|
"webpack-cli": "3.3.11"
|
|
|
|
"webpack-cli": "4.2.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/excalidraw/excalidraw/issues",
|
|
|
|
"bugs": "https://github.com/excalidraw/excalidraw/issues",
|
|
|
|
"repository": "https://github.com/excalidraw/excalidraw",
|
|
|
|
"repository": "https://github.com/excalidraw/excalidraw",
|
|
|
|