2021-07-16 16:41:58 +02:00
|
|
|
{
|
|
|
|
"name": "@wismapping/web2d",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "web2d",
|
|
|
|
"homepage": "http://localhost:8080/react/packages/web2d",
|
|
|
|
"license": "ISC",
|
|
|
|
"main": "lib/web2d.js",
|
|
|
|
"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": {
|
2021-09-23 19:33:02 +02:00
|
|
|
"start": "nodemon --watch lib",
|
|
|
|
"build": "webpack --config webpack.prod.js",
|
2021-10-02 19:12:25 +02:00
|
|
|
"test": "webpack serve --config webpack.test.js"
|
2021-07-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.14.6",
|
|
|
|
"@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-alpha.0",
|
|
|
|
"core-js": "^3.15.2",
|
|
|
|
"html-webpack-plugin": "^5.3.2",
|
2021-09-23 19:33:02 +02:00
|
|
|
"nodemon": "^2.0.12",
|
2021-07-16 16:41:58 +02:00
|
|
|
"webpack": "^5.44.0",
|
|
|
|
"webpack-cli": "^4.7.2",
|
|
|
|
"webpack-dev-server": "^3.11.2",
|
|
|
|
"webpack-merge": "^5.8.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@wisemapping/mindplot": "^0.0.1",
|
2021-09-23 19:33:02 +02:00
|
|
|
"@wismapping/core-js": "^0.0.1",
|
|
|
|
"jquery": "2.1.0",
|
2021-07-16 16:41:58 +02:00
|
|
|
"mootools": "1.4.5"
|
|
|
|
}
|
|
|
|
}
|