mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-15 19:47:57 +01:00
58 lines
2.1 KiB
JSON
58 lines
2.1 KiB
JSON
{
|
|
"name": "@wisemapping/webapp",
|
|
"version": "5.1.1",
|
|
"repository": "http://www.wisemapping.com",
|
|
"license": "MIT",
|
|
"author": "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>",
|
|
"main": "app.jsx",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "webpack --config webpack.prod.js",
|
|
"cy:open": "npx cypress open",
|
|
"cy:run": "npx cypress run",
|
|
"dev": "webpack --config webpack.dev.js",
|
|
"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'",
|
|
"i18n:extract": "formatjs extract 'src/**/*.ts*' --ignore 'src/@types/**/*' --out-file lang/en.json",
|
|
"lint": "eslint src --ext js,ts,tsx",
|
|
"start": "webpack serve --config webpack.dev.js ",
|
|
"test": "yarn test:integration",
|
|
"test:integration": "npx start-server-and-test start http-get://localhost:3000 cy:run"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.15.9",
|
|
"@mui/lab": "^5.0.0-alpha.165",
|
|
"@mui/material": "^5.15.9",
|
|
"@reduxjs/toolkit": "^2.1.0",
|
|
"@wisemapping/editor": "workspace:^",
|
|
"axios": "^1.6.7",
|
|
"dayjs": "^1.11.10",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-ga4": "^2.1.0",
|
|
"react-google-recaptcha": "^3.1.0",
|
|
"react-intl": "^6.6.2",
|
|
"react-query": "^3.39.3",
|
|
"react-redux": "^9.1.0",
|
|
"react-router-dom": "^6.22.0",
|
|
"styled-components": "^6.1.8",
|
|
"universal-cookie": "^7.0.2",
|
|
"update-browserslist-db": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/cli": "^6.2.7",
|
|
"@testing-library/cypress": "^10.0.1",
|
|
"@types/testing-library__cypress": "^5.0.13",
|
|
"@welldone-software/why-did-you-render": "^8.0.1",
|
|
"cypress": "^13.6.4",
|
|
"cypress-image-snapshot": "^4.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.com"
|
|
}
|
|
}
|