mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
b834f3e9e1
This reverts commit c2467ad8501f092805e9757a86f9f526fd6eb534.
33 lines
942 B
JSON
33 lines
942 B
JSON
{
|
|
"name": "@wisemapping/core-js",
|
|
"version": "0.4.0",
|
|
"description": "WiseMapping - Core Common Libraries",
|
|
"homepage": "http://www.wisemapping.org/",
|
|
"license": "MIT",
|
|
"main": "dist/core.js",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.yarnpkg.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --config webpack.prod.js",
|
|
"dev": "webpack --mode development --config webpack.dev.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/preset-env": "^7.14.7",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^4.0.0-alpha.0",
|
|
"core-js": "^3.15.2",
|
|
"webpack": "^5.44.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"dependencies": {}
|
|
} |