2021-07-16 11:41:58 -03:00
|
|
|
{
|
|
|
|
"name": "@wisemapping/mindplot",
|
|
|
|
"version": "0.0.1",
|
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
|
|
|
"license": "ISC",
|
2021-12-02 00:41:56 +00:00
|
|
|
"main": "dist/main.js",
|
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__"
|
|
|
|
},
|
|
|
|
"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: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",
|
2021-12-02 00:41:56 +00:00
|
|
|
"lint": "eslint src",
|
|
|
|
"playground": "webpack serve --config webpack.playground.js",
|
|
|
|
"cy:run": "cypress run",
|
|
|
|
"cy:run:update": "cypress run --env updateSnapshots=true",
|
2021-12-14 15:08:54 +00:00
|
|
|
"test:jest": "jest ./test/unit/*.js",
|
2021-12-02 00:41:56 +00:00
|
|
|
"test:snapshots": "start-server-and-test playground http-get://localhost:8081 cy:run",
|
|
|
|
"test:snapshots:update": "start-server-and-test playground http-get://localhost:8081 cy:run:update"
|
2021-07-16 11:41:58 -03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-02 00:41:56 +00:00
|
|
|
"@wisemapping/core-js": "^0.0.1",
|
|
|
|
"@wisemapping/web2d": "^0.0.1",
|
2021-12-14 15:08:54 +00:00
|
|
|
"jest": "^27.4.3",
|
2021-12-14 17:06:09 +00:00
|
|
|
"jquery": "^3.6.0"
|
2021-07-16 11:41:58 -03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.14.6",
|
2021-10-04 17:05:34 -07:00
|
|
|
"@babel/preset-env": "^7.14.7",
|
2021-12-14 15:08:54 +00:00
|
|
|
"@babel/register": "^7.16.0",
|
2021-07-16 11:41:58 -03:00
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"clean-webpack-plugin": "^4.0.0-alpha.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",
|
2021-12-02 00:41:56 +00:00
|
|
|
"cypress": "^8.6.0",
|
|
|
|
"cypress-image-snapshot": "^4.0.1",
|
2021-10-04 17:05:34 -07:00
|
|
|
"eslint": "^5.16.0",
|
|
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
|
|
"eslint-config-standard": "^16.0.3",
|
|
|
|
"eslint-loader": "^4.0.2",
|
2021-12-02 00:41:56 +00:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2021-10-04 17:05:34 -07:00
|
|
|
"eslint-plugin-import": "^2.24.2",
|
|
|
|
"eslint-plugin-only-warn": "^1.0.3",
|
2021-09-23 17:51:24 -03:00
|
|
|
"html-webpack-plugin": "^5.3.2",
|
2021-12-14 15:08:54 +00:00
|
|
|
"jest-webpack": "^0.5.1",
|
|
|
|
"mocha": "^9.1.3",
|
2021-12-13 21:30:37 +00:00
|
|
|
"less": "^4.1.2",
|
|
|
|
"less-loader": "^10.2.0",
|
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-07-16 11:41:58 -03:00
|
|
|
"webpack": "^5.44.0",
|
2021-12-05 15:20:43 -08:00
|
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
2021-07-16 11:41:58 -03:00
|
|
|
"webpack-cli": "^4.7.2",
|
|
|
|
"webpack-dev-server": "^3.11.2",
|
|
|
|
"webpack-merge": "^5.8.0"
|
|
|
|
}
|
2021-12-05 08:33:09 -08:00
|
|
|
}
|