-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
73 lines (73 loc) · 2 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
{
"name": "metro-fare",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"@firebase/analytics": "^0.6.2",
"@material-ui/core": "5.0.0-alpha.38",
"@material-ui/icons": "5.0.0-alpha.37",
"@material-ui/styles": "5.0.0-alpha.36",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/leaflet": "^1.5.12",
"@types/lodash.clonedeep": "^4.5.6",
"@types/node": "^12.0.0",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@types/react-leaflet": "^2.5.1",
"@types/react-router-dom": "^5.1.6",
"axios": "^0.21.2",
"cypress": "^8.6.0",
"dotenv": "^8.2.0",
"firebase": "^8.2.1",
"http-proxy": "^1.18.1",
"i18next": "^19.5.1",
"leaflet": "^1.6.0",
"lodash.clonedeep": "^4.5.0",
"node-sass": "^4.14.1",
"priorityqueue": "^1.0.0",
"querystring": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.7.0",
"react-leaflet": "^2.7.0",
"react-leaflet-control": "^2.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"ts-jest": "^26.4.1",
"typescript": "4.3.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && sh post-build.sh",
"test": "react-scripts test",
"test:coverage": "yarn test --coverage --watchAll=false",
"eject": "react-scripts eject",
"sec-audit": "hawkeye scan",
"test:e2e": "node_modules/.bin/cypress run",
"test:open": "node_modules/.bin/cypress open"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@hawkeyesec/scanner-cli": "^1.8.0",
"lodash": "^4.17.20"
}
}