2020-12-05 08:47:02 +01:00
{
2020-12-07 01:31:48 +01:00
"name" : "@wisemapping/webapp" ,
2022-10-22 03:42:01 +02:00
"version" : "5.0.18" ,
2020-12-07 01:31:48 +01:00
"main" : "app.jsx" ,
"scripts" : {
2021-02-16 08:43:26 +01:00
"start" : "webpack serve --config webpack.dev.js " ,
"build" : "webpack --config webpack.prod.js" ,
2021-12-26 06:33:17 +01:00
"dev" : "webpack --config webpack.dev.js" ,
2022-11-03 02:51:07 +01:00
"lint" : "eslint src --ext js,ts,tsx" ,
2021-12-17 03:13:54 +01:00
"cy:run" : "cypress run" ,
"test:integration" : "start-server-and-test start http-get://localhost:3000 cy:run" ,
2022-03-14 18:37:45 +01: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" ,
2021-12-17 03:13:54 +01:00
"test" : "yarn test:integration"
2020-12-07 01:31:48 +01:00
} ,
2021-12-23 01:26:59 +01:00
"files" : [
"src" ,
"dist"
] ,
2020-12-07 01:31:48 +01:00
"repository" : "http://www.wisemapping.com" ,
"author" : "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>" ,
"license" : "MIT" ,
"private" : false ,
"devDependencies" : {
2020-12-08 03:47:24 +01:00
"@formatjs/cli" : "^2.13.15" ,
2022-11-13 00:11:05 +01:00
"@testing-library/cypress" : "^8.0.3" ,
2021-02-23 06:40:02 +01:00
"@types/testing-library__cypress" : "^5.0.8" ,
2022-10-31 06:17:01 +01:00
"@typescript-eslint/eslint-plugin" : "^5.41.0" ,
"@typescript-eslint/parser" : "^5.41.0" ,
2022-11-13 03:42:52 +01:00
"@welldone-software/why-did-you-render" : "^7.0.1" ,
2022-10-31 06:17:01 +01:00
"clean-webpack-plugin" : "^3.0.05.10.11" ,
2020-12-12 21:23:38 +01:00
"copy-webpack-plugin" : "^7.0.0" ,
2022-10-31 06:45:31 +01:00
"cypress" : "^10.11.0" ,
2021-12-02 01:41:56 +01:00
"cypress-image-snapshot" : "^4.0.1" ,
2020-12-07 01:31:48 +01:00
"eslint" : "^7.14.0" ,
2021-02-23 07:16:10 +01:00
"eslint-config-prettier" : "^8.0.0" ,
2020-12-07 01:31:48 +01:00
"eslint-plugin-react" : "^7.21.5" ,
2022-10-31 06:17:01 +01:00
"eslint-plugin-react-hooks" : "^4.6.0" ,
2021-02-17 09:11:08 +01:00
"html-webpack-plugin" : "^5.1.0" ,
2021-02-23 07:16:10 +01:00
"prettier" : "^2.2.1" ,
2022-09-11 22:01:28 +02:00
"start-server-and-test" : "^1.12.0" ,
2022-10-31 06:17:01 +01:00
"typescript" : "^4.8.4" ,
2022-09-11 21:38:56 +02:00
"webpack" : "^5.74.0" ,
2022-11-12 16:17:06 +01:00
"webpack-bundle-analyzer" : "^4.4.0"
2020-12-07 01:31:48 +01:00
} ,
"dependencies" : {
2022-09-11 21:38:56 +02:00
"@emotion/react" : "^11.10.4" ,
2022-11-12 16:17:06 +01:00
"@emotion/styled" : "^11.10.5" ,
2022-09-11 21:38:56 +02:00
"@mui/icons-material" : "^5.9.3" ,
"@mui/lab" : "^5.0.0-alpha.98" ,
2022-10-31 06:17:01 +01:00
"@mui/material" : "^5.10.11" ,
2022-09-11 21:38:56 +02:00
"@mui/styles" : "^5.9.3" ,
2020-12-25 02:39:06 +01:00
"@reduxjs/toolkit" : "^1.5.0" ,
2022-01-26 07:33:39 +01:00
"@wisemapping/editor" : "^0.4.0" ,
2022-09-11 21:38:56 +02:00
"axios" : "^0.27.2" ,
2022-02-08 06:06:02 +01:00
"dayjs" : "^1.10.7" ,
2022-10-31 06:17:01 +01:00
"react" : "^18.2.0" ,
2022-11-12 16:17:06 +01:00
"react-dom" : "^18.2.0" ,
2022-05-29 19:22:57 +02:00
"react-ga4" : "^1.4.1" ,
2022-09-11 22:01:28 +02:00
"react-google-recaptcha" : "^2.1.0" ,
2022-10-31 23:28:39 +01:00
"react-intl" : "^6.2.1" ,
2022-09-11 21:38:56 +02:00
"react-query" : "^3.39.1" ,
2020-12-25 02:39:06 +01:00
"react-redux" : "^7.2.2" ,
2022-11-16 22:15:34 +01:00
"react-router-dom" : "^6.4.3" ,
2022-11-12 16:17:06 +01:00
"styled-components" : "^5.3.6"
2020-12-07 01:31:48 +01:00
}
2022-11-12 16:17:06 +01:00
}