53 lines
2.0 KiB
JSON
Raw Permalink Normal View History

{
2020-12-06 16:31:48 -08:00
"name": "@wisemapping/webapp",
2023-01-02 19:36:22 -08:00
"version": "5.0.19",
2020-12-06 16:31:48 -08:00
"main": "app.jsx",
"scripts": {
2023-02-10 02:51:52 +00:00
"bootstrap": "yalc publish;yalc add @wisemapping/editor",
2021-02-15 23:43:26 -08:00
"start": "webpack serve --config webpack.dev.js ",
"build": "webpack --config webpack.prod.js",
2021-12-25 21:33:17 -08:00
"dev": "webpack --config webpack.dev.js",
2022-11-02 18:51:07 -07:00
"lint": "eslint src --ext js,ts,tsx",
"cy:run": "cypress run",
2023-01-07 22:27:01 -08:00
"cy:open": "cypress open",
"test:integration": "start-server-and-test start http-get://localhost:3000 cy:run",
2022-03-14 14:37:45 -03:00
"i18n:extract": "formatjs extract 'src/**/*.ts*' --ignore 'src/@types/**/*' --out-file lang/en.json",
"i18n:compile": "for lang in {'es','en','fr','de','zh','ru'};do formatjs compile lang/${lang}.json --ast --out-file src/compiled-lang/${lang}.json;done",
"test": "yarn test:integration"
2020-12-06 16:31:48 -08:00
},
2021-12-22 16:26:59 -08:00
"files": [
"src",
"dist"
],
2020-12-06 16:31:48 -08:00
"repository": "http://www.wisemapping.com",
"author": "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>",
"license": "MIT",
"devDependencies": {
2022-11-12 15:11:05 -08:00
"@testing-library/cypress": "^8.0.3",
"@types/testing-library__cypress": "^5.0.8",
2022-11-12 18:42:52 -08:00
"@welldone-software/why-did-you-render": "^7.0.1",
2023-01-07 13:47:53 -08:00
"cypress": "^12.3.0",
2023-01-15 09:14:56 -08:00
"cypress-image-snapshot": "^4.0.1"
2020-12-06 16:31:48 -08:00
},
"dependencies": {
2022-09-11 12:38:56 -07:00
"@emotion/react": "^11.10.4",
2022-11-12 15:17:06 +00:00
"@emotion/styled": "^11.10.5",
2022-09-11 12:38:56 -07:00
"@mui/icons-material": "^5.9.3",
"@mui/lab": "^5.0.0-alpha.98",
"@mui/material": "^5.10.11",
2020-12-24 17:39:06 -08:00
"@reduxjs/toolkit": "^1.5.0",
2022-01-25 22:33:39 -08:00
"@wisemapping/editor": "^0.4.0",
2022-09-11 12:38:56 -07:00
"axios": "^0.27.2",
2022-02-07 21:06:02 -08:00
"dayjs": "^1.10.7",
"react": "^18.2.0",
2022-11-12 15:17:06 +00:00
"react-dom": "^18.2.0",
2022-05-29 10:22:57 -07:00
"react-ga4": "^1.4.1",
2022-09-11 13:01:28 -07:00
"react-google-recaptcha": "^2.1.0",
2022-10-31 15:28:39 -07:00
"react-intl": "^6.2.1",
2022-09-11 12:38:56 -07:00
"react-query": "^3.39.1",
2020-12-24 17:39:06 -08:00
"react-redux": "^7.2.2",
2022-11-16 13:15:34 -08:00
"react-router-dom": "^6.4.3",
2022-11-12 15:17:06 +00:00
"styled-components": "^5.3.6"
2020-12-06 16:31:48 -08:00
}
2022-11-12 15:17:06 +00:00
}