wisemapping-frontend/packages/web2d/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

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",
2021-10-02 20:20:04 +02:00
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
2021-07-16 16:41:58 +02:00
},
"scripts": {
"start": "nodemon --watch lib",
"build": "webpack --config webpack.prod.js",
2021-10-03 01:36:50 +02:00
"playground": "webpack serve --config webpack.playground.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",
"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",
"@wismapping/core-js": "^0.0.1",
"jquery": "2.1.0",
2021-07-16 16:41:58 +02:00
"mootools": "1.4.5"
}
}