wisemapping-frontend/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2020-11-27 04:03:24 +01:00
{
2020-11-27 23:52:35 +01:00
"name": "wisemapping-react",
2020-11-29 18:54:51 +01:00
"version": "0.1.1",
2020-11-27 04:03:24 +01:00
"dependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.2.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intl": "^5.10.5",
"react-scripts": "4.0.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"extract": "formatjs extract",
"compile": "formatjs compile"
},
2020-11-28 17:04:49 +01:00
"author": {
"name": "Paulo Veiga",
2020-11-29 18:18:38 +01:00
"login.email": "pveiga@wisemapping.com"
2020-11-28 17:04:49 +01:00
},
"contributors": [
"Ezequiel Bergamaschi"
],
2020-11-27 04:03:24 +01:00
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
2020-11-28 03:16:08 +01:00
"homepage": "http://localhost:8080/react/login/",
2020-11-28 17:04:49 +01:00
"license": "https://wisemapping.atlassian.net/wiki/spaces/WS/pages/524357/WiseMapping+Public+License+Version+1.0+WPL",
2020-11-27 04:03:24 +01:00
"devDependencies": {
"@formatjs/cli": "^2.13.14"
}
}