2021-07-16 11:41:58 -03:00
|
|
|
{
|
2021-12-02 00:41:56 +00:00
|
|
|
"name": "@wisemapping/core-js",
|
2022-09-11 13:00:50 -07:00
|
|
|
"version": "0.4.1",
|
2021-12-18 14:55:01 -08:00
|
|
|
"description": "WiseMapping - Core Common Libraries",
|
|
|
|
"homepage": "http://www.wisemapping.org/",
|
|
|
|
"license": "MIT",
|
2021-12-02 00:41:56 +00:00
|
|
|
"main": "dist/core.js",
|
2021-07-16 11:41:58 -03:00
|
|
|
"files": [
|
2021-12-02 00:41:56 +00:00
|
|
|
"src"
|
2021-07-16 11:41:58 -03:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.yarnpkg.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-10-02 11:20:04 -07:00
|
|
|
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
2021-07-16 11:41:58 -03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --config webpack.prod.js",
|
2021-12-02 00:41:56 +00:00
|
|
|
"dev": "webpack --mode development --config webpack.dev.js"
|
2021-07-16 11:41:58 -03:00
|
|
|
},
|
2021-12-19 20:11:47 -08:00
|
|
|
"private": false,
|
2021-07-16 11:41:58 -03:00
|
|
|
"devDependencies": {
|
2022-09-11 12:50:34 -07:00
|
|
|
"@babel/core": "^7.18.13",
|
2021-07-16 11:41:58 -03:00
|
|
|
"@babel/preset-env": "^7.14.7",
|
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"clean-webpack-plugin": "^4.0.0-alpha.0",
|
|
|
|
"core-js": "^3.15.2",
|
2022-09-11 12:38:56 -07:00
|
|
|
"webpack": "^5.74.0",
|
2022-11-12 15:17:06 +00:00
|
|
|
"webpack-cli": "^4.10.0"
|
2021-07-16 11:41:58 -03:00
|
|
|
},
|
2021-12-02 00:41:56 +00:00
|
|
|
"dependencies": {}
|
2022-09-11 13:00:50 -07:00
|
|
|
}
|