2021-07-16 16:41:58 +02:00
|
|
|
{
|
2021-12-02 01:41:56 +01:00
|
|
|
"name": "@wisemapping/core-js",
|
2021-12-18 23:55:01 +01:00
|
|
|
"version": "0.4.0",
|
|
|
|
"description": "WiseMapping - Core Common Libraries",
|
|
|
|
"homepage": "http://www.wisemapping.org/",
|
|
|
|
"license": "MIT",
|
2021-12-02 01:41:56 +01:00
|
|
|
"main": "dist/core.js",
|
2021-07-16 16:41:58 +02:00
|
|
|
"files": [
|
2021-12-02 01:41:56 +01:00
|
|
|
"src"
|
2021-07-16 16:41:58 +02:00
|
|
|
],
|
2021-12-18 21:48:23 +01:00
|
|
|
"private": false,
|
2021-07-16 16:41:58 +02:00
|
|
|
"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": {
|
|
|
|
"build": "webpack --config webpack.prod.js",
|
2021-12-02 01:41:56 +01:00
|
|
|
"dev": "webpack --mode development --config webpack.dev.js"
|
2021-07-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2021-12-02 01:41:56 +01:00
|
|
|
"dependencies": {}
|
|
|
|
}
|