This commit is contained in:
Paulo Gustavo Veiga 2021-12-24 17:59:37 -08:00
parent 9678a2cd06
commit 4b4d6e5146

View File

@ -1,6 +1,6 @@
{
"name": "@wisemapping/web2d",
"version": "0.4.0",
"version": "0.4.5",
"description": "WiseMapping - Web2D Render Library",
"homepage": "http://www.wisemapping.org/",
"license": "MIT",
@ -31,6 +31,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.15.2",
"cypress": "^8.4.1",
"cypress-image-snapshot": "^4.0.1",
@ -40,17 +41,16 @@
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.25.3",
"html-webpack-plugin": "^5.3.2",
"jquery": "3.6.0",
"nodemon": "^2.0.12",
"start-server-and-test": "^1.14.0",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"clean-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.3.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@wisemapping/core-js": "^0.4.0"
}
}
}