mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
cb2ca74a20
Core-js, web2d and mindplot working baseline * fix .eslintignore remove Raphael dependency * Fix to avoid crashes in _plotPrediction whitout Raphael * Fix minplot basic code inspections * Fix last inspections errors * Inital refactor copying files * Clean up. * Fix web2d cyclic dependencies remove only-warn eslint plugin set import/no-extraneous-dependencies to warn (incorrectly complaining about root package) * Fix web2d Point references (no need to assign it to core) Fix web2d imports in mindplot and update Point refs * Merge 'feature/mindplot_tests' into web2d-coreJS-solutions * mindplot fixes and add viewmode.html playground setup playground config to run the map-render examples fix mindplot components export mootools Static was not working so refactored it fix some references to _peer fix messages __bundle undefined add web2d missing export: Image downgrade cypress to avoid SIGSEGV error Approved-by: Paulo Veiga
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@wisemapping/webcomponent",
|
|
"version": "0.0.1",
|
|
"description": "webcomponent Wisemapping",
|
|
"author": "Ezequiel-Vega <vegaezequiel51@gmail.com>",
|
|
"homepage": "https://www.wisemapping.com",
|
|
"license": "MIT",
|
|
"main": "dist/webcomponent.js",
|
|
"private": false,
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.yarnpkg.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack serve --config webpack.dev.js",
|
|
"build": "webpack --config webpack.prod.js"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.31.0",
|
|
"@typescript-eslint/parser": "^4.31.0",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"prettier": "^2.3.2",
|
|
"ts-loader": "^9.2.5",
|
|
"typescript": "^4.4.2",
|
|
"webpack": "^5.52.0",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpack-server": "^0.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@wisemapping/mindplot": "^0.0.1",
|
|
"@wisemapping/core-js": "^0.0.1",
|
|
"@wisemapping/web2d": "^0.0.1",
|
|
"mootools": "1.4.5",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
} |