2020-12-05 08:47:02 +01:00
|
|
|
{
|
|
|
|
"name": "@wisemapping/editor",
|
2023-02-16 08:23:42 +01:00
|
|
|
"version": "0.5.20",
|
2022-01-25 19:10:40 +01:00
|
|
|
"main": "dist/editor.bundle.js",
|
|
|
|
"scripts": {
|
2023-02-10 03:51:52 +01:00
|
|
|
"bootstrap": "yalc publish;yalc add @wisemapping/mindplot",
|
2022-01-25 19:10:40 +01:00
|
|
|
"build": "webpack --config webpack.prod.js",
|
|
|
|
"playground": "webpack serve --config webpack.playground.js",
|
|
|
|
"cy:run": "cypress run",
|
2023-01-08 06:10:13 +01:00
|
|
|
"cy:open": "cypress open",
|
2022-11-03 02:33:28 +01:00
|
|
|
"lint": "eslint src --ext js,ts,tsx",
|
2022-01-25 19:10:40 +01:00
|
|
|
"test:integration": "start-server-and-test 'yarn playground' http-get://localhost:8081 'yarn cy:run'",
|
2022-12-01 07:12:40 +01:00
|
|
|
"test": "yarn test:unit && yarn test:integration",
|
2022-10-05 23:54:23 +02:00
|
|
|
"test:unit": "jest ./test/unit/* --detectOpenHandles",
|
2022-10-23 02:49:46 +02:00
|
|
|
"i18n:extract": "formatjs extract 'src/**/*.ts*' --ignore 'src/@types/**/*' --out-file lang/en.json",
|
2023-03-03 12:12:22 +01:00
|
|
|
"i18n:compile": "bash -c 'for lang in {'es','en','fr','de','zh','ru'};do formatjs compile lang/${lang}.json --ast --out-file src/compiled-lang/${lang}.json;done'"
|
2022-01-25 19:10:40 +01:00
|
|
|
},
|
2020-12-05 08:47:02 +01:00
|
|
|
"repository": "http://www.wisemapping.com",
|
|
|
|
"author": "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2023-03-03 12:12:22 +01:00
|
|
|
"@formatjs/cli": "^6.0.4",
|
2022-11-13 00:11:05 +01:00
|
|
|
"@testing-library/react": "^13.4.0",
|
2023-01-15 08:04:33 +01:00
|
|
|
"@types/cypress-image-snapshot": "^3.1.6",
|
2023-01-09 04:17:16 +01:00
|
|
|
"babel-polyfill": "^6.26.0",
|
2023-01-07 22:47:53 +01:00
|
|
|
"cypress": "^12.3.0",
|
2022-01-25 19:10:40 +01:00
|
|
|
"cypress-image-snapshot": "^4.0.1",
|
2022-10-12 06:09:02 +02:00
|
|
|
"jest-transform-stub": "^2.0.0",
|
2023-03-01 01:54:30 +01:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"start-server-and-test": "^2.0.0"
|
2020-12-05 08:47:02 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-16 08:23:42 +01:00
|
|
|
"@wisemapping/mindplot": "^5.0.20",
|
2023-01-04 05:41:33 +01:00
|
|
|
"emoji-picker-react": "^4.4.7",
|
2022-11-17 04:27:11 +01:00
|
|
|
"react-color": "^2.19.3",
|
|
|
|
"react-loader-spinner": "^5.3.4"
|
2022-01-25 19:10:40 +01:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-11-03 02:17:00 +01:00
|
|
|
"@emotion/react": "^11.10.5",
|
2022-10-31 06:17:01 +01:00
|
|
|
"@emotion/styled": "^11.10.5",
|
2022-10-12 06:09:02 +02:00
|
|
|
"@mui/icons-material": "^5.9.3",
|
2022-10-31 06:17:01 +01:00
|
|
|
"@mui/material": "^5.10.11",
|
|
|
|
"react": "^18.2.0",
|
2022-10-31 23:28:39 +01:00
|
|
|
"react-dom": "^18.2.0",
|
2022-11-03 02:17:00 +01:00
|
|
|
"react-intl": "^6.2.1",
|
2022-10-31 06:17:01 +01:00
|
|
|
"styled-components": "^5.3.6"
|
2020-12-05 08:47:02 +01:00
|
|
|
}
|
2022-11-12 16:17:06 +01:00
|
|
|
}
|