67 lines
2.2 KiB
JSON
Raw Normal View History

2021-07-16 11:41:58 -03:00
{
"name": "@wisemapping/mindplot",
2023-01-02 19:36:22 -08:00
"version": "5.0.19",
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": {
"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",
"lint": "eslint src --ext js,ts",
"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",
"test": "yarn test:unit && yarn test:integration"
2021-07-16 11:41:58 -03:00
},
"dependencies": {
"@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",
"emoji-picker-react": "^4.4.3",
2023-01-04 19:06:10 -08:00
"jest": "^29.3.1",
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": {
2023-01-04 19:06:10 -08:00
"@types/jest": "^29.2.5",
2022-11-01 16:31:33 -07:00
"@types/node": "^18.11.9",
2022-01-02 10:37:33 -08:00
"blob-polyfill": "^6.0.20211015",
2021-12-21 20:38:13 -08:00
"compression-webpack-plugin": "^9.2.0",
"copy-webpack-plugin": "^10.0.0",
2021-10-04 17:05:34 -07:00
"core-js": "^3.15.2",
2023-01-07 13:47:53 -08:00
"cypress": "^12.3.0",
"cypress-image-snapshot": "^4.0.1",
"html-webpack-plugin": "^5.3.2",
2023-01-04 19:06:10 -08:00
"jest-diff": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
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",
"start-server-and-test": "^1.14.0",
2023-01-04 18:54:46 -08:00
"ts-jest": "^29.0.3",
2021-12-28 17:34:24 -08:00
"ts-loader": "^9.2.6",
2022-02-25 00:17:53 +00:00
"ts-node": "^10.4.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
}