-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
88 lines (88 loc) · 2.63 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
{
"name": "web-app-can_be_well",
"version": "0.1.0",
"private": true,
"homepage": "https://canbewell-uottawa.firebaseapp.com/",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@mui/material": "^5.15.19",
"@types/axios": "^0.14.0",
"@types/node": "^20.14.5",
"axios": "^1.7.2",
"bootstrap": "^4.4.1",
"build": "^0.1.4",
"dompurify": "^2.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"firebase": "^10.1.0",
"firebase-tools": "^7.12.1",
"jquery": "^3.5.1",
"mobile-detect": "^1.4.4",
"node-pre-gyp": "^0.14.0",
"react": "^16.13.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-cookie": "^4.0.1",
"react-dom": "^16.13.0",
"react-ga": "^2.7.0",
"react-icons": "^3.9.0",
"react-native-popup-dialog": "^0.18.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"react-sidebar": "^3.0.2",
"react-slick": "^0.29.0",
"react-test-renderer": "^16.13.0",
"slick-carousel": "^1.8.1",
"travis": "^0.1.1",
"uuid": "^7.0.3"
},
"scripts": {
"start": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts --openssl-legacy-provider build",
"test": "react-scripts test --env=jsdom --passWithNoTests",
"eject": "react-scripts eject",
"cypress": "cypress open --config-file ./cypress/configs/local.json"
},
"browserslist": {
"production": [
">0.2%",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"nyc": {
"all": true,
"include": "src/**/*.js",
"report-dir": "cypress/coverage"
},
"devDependencies": {
"@bahmutov/cypress-extends": "^1.1.0",
"@cypress/code-coverage": "^3.9.11",
"@cypress/instrument-cra": "^1.4.0",
"babel-plugin-istanbul": "^6.0.0",
"capitalize": "^2.0.3",
"cy-view": "^1.0.11",
"cypress": "^8.3.1",
"cypress-failed-log": "^2.9.2",
"cypress-mochawesome-reporter": "^2.2.1",
"cypress-real-events": "^1.5.1",
"cypress-wait-until": "^1.7.1",
"deep-equal-in-any-order": "^1.1.13",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.24.2",
"istanbul-lib-coverage": "^3.0.1",
"nyc": "^15.1.0",
"react-native-testing-library": "^1.11.1",
"sass": "^1.64.1"
}
}