-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.33 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cypress/instrument-cra": "^1.4.0",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@recogito/annotorious": "^2.7.10",
"@tanstack/react-query": "^4.19.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"axios": "^1.2.1",
"bootstrap": "^5.2.3",
"darkreader": "^4.9.58",
"eslint-plugin-cypress": "^2.12.1",
"leaflet": "^1.9.3",
"leaflet-velocity": "^2.1.3",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-icons": "^4.7.1",
"react-leaflet": "^4.2.0",
"react-leaflet-tracking-marker": "^1.0.16",
"react-plotly.js": "^2.6.0",
"react-pro-sidebar": "^1.0.0-alpha.9",
"react-resize-detector": "^7.1.2",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.1",
"sass": "^1.56.1",
"styled-components": "^5.3.6",
"typescript": "^4.9.3",
"zustand": "^4.3.1"
},
"scripts": {
"start": "react-scripts -r @cypress/instrument-cra start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"analyze": "react-scripts build --stats && webpack-bundle-analyzer build/bundle-stats.json",
"test": "react-scripts test",
"cypress": "cypress open",
"cypress:run": "cypress run",
"cypress:visualrun": "cypress run --headed --browser chrome",
"eject": "react-scripts eject"
},
"eslintConfig": {
"env": {
"cypress/globals": true
},
"extends": [
"react-app",
"react-app/jest",
"plugin:cypress/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.0",
"@types/leaflet": "^1.9.0",
"@types/react-grid-layout": "^1.3.2",
"@types/react-plotly.js": "^2.5.2",
"@types/styled-components": "^5.1.26",
"cypress": "^12.3.0",
"webpack-bundle-analyzer": "^4.7.0"
}
}