2021-07-16 11:41:58 -03:00
|
|
|
{
|
|
|
|
"name": "@wisemapping/mindplot",
|
2022-10-21 18:40:49 -07:00
|
|
|
"version": "5.0.17",
|
2021-12-01 19:00:52 -08:00
|
|
|
"description": "WiseMapping - Mindplot Canvas Library",
|
|
|
|
"homepage": "http://www.wisemapping.org/",
|
2021-07-16 11:41:58 -03:00
|
|
|
"directories": {
|
2021-12-02 00:41:56 +00:00
|
|
|
"lib": "src",
|
2021-07-16 11:41:58 -03:00
|
|
|
"test": "__tests__"
|
|
|
|
},
|
2022-01-30 02:37:14 -08:00
|
|
|
"main": "src/index.ts",
|
2021-07-16 11:41:58 -03:00
|
|
|
"files": [
|
2021-12-22 17:00:56 +00:00
|
|
|
"src",
|
2021-12-22 16:26:59 -08:00
|
|
|
"assets",
|
|
|
|
"dist"
|
2021-07-16 11:41:58 -03:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.yarnpkg.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-10-02 11:18:58 -07:00
|
|
|
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
2021-07-16 11:41:58 -03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-30 17:31:26 +00:00
|
|
|
"build": "webpack --config webpack.prod.js",
|
2021-10-03 08:41:57 -07:00
|
|
|
"dev": "webpack serve --config webpack.dev.js",
|
2022-01-13 16:13:05 +00:00
|
|
|
"lint": "eslint src --ext js,ts",
|
2021-12-02 00:41:56 +00:00
|
|
|
"playground": "webpack serve --config webpack.playground.js",
|
|
|
|
"cy:run": "cypress run",
|
2022-03-27 00:07:45 +00:00
|
|
|
"test:unit": "jest ./test/unit/export/*.ts ./test/unit/import/*.ts ./test/unit/layout/*.js --verbose --silent --detectOpenHandles",
|
2022-01-25 18:10:40 +00:00
|
|
|
"test:integration": "start-server-and-test playground http-get://localhost:8083 cy:run",
|
2021-12-17 02:13:54 +00:00
|
|
|
"test": "yarn test:unit && yarn test:integration"
|
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
|
|
|
"dependencies": {
|
2022-01-09 10:43:04 -08:00
|
|
|
"@types/jquery": "^3.5.11",
|
2021-12-18 15:24:31 -08:00
|
|
|
"@wisemapping/core-js": "^0.4.0",
|
2021-12-18 14:55:01 -08:00
|
|
|
"@wisemapping/web2d": "^0.4.0",
|
2022-10-31 05:17:01 +00:00
|
|
|
"emoji-picker-react": "^4.4.3",
|
2021-12-29 17:10:28 -08:00
|
|
|
"jest": "^27.4.5",
|
2021-12-19 00:44:08 -08:00
|
|
|
"jquery": "3.6.0",
|
2022-02-25 00:17:53 +00:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"xml-formatter": "^2.6.1"
|
2021-07-16 11:41:58 -03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-11 12:50:34 -07:00
|
|
|
"@babel/core": "^7.18.13",
|
2021-10-04 17:05:34 -07:00
|
|
|
"@babel/preset-env": "^7.14.7",
|
2021-12-28 17:34:24 -08:00
|
|
|
"@babel/preset-typescript": "^7.16.5",
|
2021-12-14 15:08:54 +00:00
|
|
|
"@babel/register": "^7.16.0",
|
2021-12-28 17:34:24 -08:00
|
|
|
"@types/jest": "^27.0.3",
|
2022-11-01 16:31:33 -07:00
|
|
|
"@types/node": "^18.11.9",
|
2022-01-13 16:13:05 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
|
|
|
"@typescript-eslint/parser": "^5.9.1",
|
2021-07-16 11:41:58 -03:00
|
|
|
"babel-loader": "^8.2.2",
|
2022-01-02 10:37:33 -08:00
|
|
|
"blob-polyfill": "^6.0.20211015",
|
2021-07-16 11:41:58 -03:00
|
|
|
"clean-webpack-plugin": "^4.0.0-alpha.0",
|
2021-12-21 20:38:13 -08:00
|
|
|
"compression-webpack-plugin": "^9.2.0",
|
2021-12-02 00:41:56 +00:00
|
|
|
"copy-webpack-plugin": "^10.0.0",
|
2021-10-04 17:05:34 -07:00
|
|
|
"core-js": "^3.15.2",
|
2022-10-30 22:45:31 -07:00
|
|
|
"cypress": "^10.11.0",
|
2021-12-02 00:41:56 +00:00
|
|
|
"cypress-image-snapshot": "^4.0.1",
|
2021-12-20 20:54:31 +00:00
|
|
|
"eslint": "^8.4.1",
|
2021-10-04 17:05:34 -07:00
|
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
2022-11-12 15:11:05 -08:00
|
|
|
"eslint-config-standard": "^17.0.0",
|
2021-12-20 20:54:31 +00:00
|
|
|
"eslint-nibble": "^8.0.0",
|
2021-12-02 00:41:56 +00:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2022-01-13 16:13:05 +00:00
|
|
|
"eslint-plugin-import": "^2.25.4",
|
2021-09-23 17:51:24 -03:00
|
|
|
"html-webpack-plugin": "^5.3.2",
|
2022-01-02 10:37:33 -08:00
|
|
|
"jest-diff": "^27.4.2",
|
2021-12-14 15:08:54 +00:00
|
|
|
"jest-webpack": "^0.5.1",
|
2021-12-15 17:59:51 -08:00
|
|
|
"mocha": "^9.1.3",
|
2021-10-04 17:05:34 -07:00
|
|
|
"nodemon": "^2.0.12",
|
2021-12-02 00:41:56 +00:00
|
|
|
"start-server-and-test": "^1.14.0",
|
2021-12-28 17:34:24 -08:00
|
|
|
"ts-jest": "^27.1.2",
|
|
|
|
"ts-loader": "^9.2.6",
|
2022-02-25 00:17:53 +00:00
|
|
|
"ts-node": "^10.4.0",
|
2022-11-12 15:17:06 +00:00
|
|
|
"webpack": "^5.75.0",
|
2021-12-05 15:20:43 -08:00
|
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
2022-11-12 15:17:06 +00:00
|
|
|
"webpack-cli": "^4.10.0",
|
|
|
|
"webpack-dev-server": "^4.11.1"
|
2021-07-16 11:41:58 -03:00
|
|
|
}
|
2021-12-19 20:11:47 -08:00
|
|
|
}
|