-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "ades",
"version": "1.2.1",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.22.3",
"@blueprintjs/datetime": "^3.15.2",
"@blueprintjs/icons": "^3.13.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^7.1.2",
"apexcharts": "^3.19.2",
"async-mutex": "^0.1.4",
"axios": "^0.19.1",
"classnames": "^2.2.6",
"i18next": "^19.4.2",
"jwt-decode": "^2.2.0",
"leaflet": "^1.6.0",
"leaflet-geometryutil": "^0.9.3",
"leaflet-hotline": "^0.4.0",
"leaflet-rotatedmarker": "^0.2.0",
"lodash": "^4.17.19",
"mobx": "^5.15.5",
"mobx-react": "^6.2.5",
"mobx-state-tree": "^3.17.2",
"mobx-store-provider": "^1.5.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-apexcharts": "^1.3.7",
"react-dom": "^16.12.0",
"react-i18next": "^11.3.4",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-scroll": "^1.7.16",
"sanctuary": "^2.0.1",
"socket.io-client": "^2.3.0",
"use-deep-compare-effect": "^1.3.1",
"use-sound": "^1.0.2"
},
"scripts": {
"start": "cross-env REACT_APP_USER=admin REACT_APP_PASSWORD=admin REACT_APP_ADESAPI=\"http://188.166.11.133:4000/\" react-scripts -r @cypress/instrument-cra start",
"start-localhost": "cross-env REACT_APP_ADESISDINACIA=true PORT=2000 REACT_APP_USER=admin REACT_APP_PASSWORD=admin REACT_APP_ADESAPI=\"http://localhost:4000/\" REACT_APP_DEBUG=true react-scripts -r @cypress/instrument-cra start",
"start-dev": "cross-env REACT_APP_ADESISDINACIA=true PORT=2000 REACT_APP_USER=admin REACT_APP_PASSWORD=admin REACT_APP_ADESAPI=\"http://188.166.11.133:4000/\" REACT_APP_DEBUG=true REACT_APP_DEBUG=true react-scripts -r @cypress/instrument-cra start",
"dev": "cross-env REACT_APP_USER=admin REACT_APP_PASSWORD=admin HTTPS=true REACT_APP_ADESAPI=\"https://localhost:3000/\" REACT_APP_DEBUG=false react-scripts -r @cypress/instrument-cra start",
"dev-remote": "cross-env HTTPS=true REACT_APP_USER=emialonzo REACT_APP_PASSWORD=qw12 REACT_APP_ADESAPI=\"https://utm.dinacia.gub.uy:3000/\" REACT_APP_DEBUG=false react-scripts -r @cypress/instrument-cra start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \\\"node_modules/(?!use-global-hook)/\\\"",
"eject": "react-scripts eject",
"cypress:open": "cypress open"
},
"nyc": {
"exclude": "src/serviceWorker.js",
"reporter": [
"lcov",
"html"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@cypress/code-coverage": "^3.1.0",
"@cypress/instrument-cra": "^1.1.0",
"@testing-library/dom": "^6.15.0",
"@testing-library/react": "^9.5.0",
"cross-env": "^7.0.2",
"cypress": "^5.4.0",
"cypress-file-upload": "^5.0.2",
"eslint": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"husky": "^4.2.5",
"istanbul-lib-coverage": "^3.0.0",
"nyc": "^15.0.1",
"react-test-renderer": "^16.13.1"
}
}