mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "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+https://ezequielVega@bitbucket.org/lilabyus/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",
|
|
"@wismapping/core-js": "^0.0.1",
|
|
"@wismapping/web2d": "^0.0.1",
|
|
"mootools": "1.4.5",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|