-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.31 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
{
"name": "epilepsy-smart-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@capacitor-community/firebase-analytics": "^6.0.0",
"@capacitor/android": "^6.1.0",
"@capacitor/cli": "^6.1.0",
"@capacitor/core": "^6.1.0",
"@capacitor/ios": "^6.1.0",
"@capacitor/local-notifications": "^6.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.11.5",
"@fortawesome/react-fontawesome": "^0.2.2",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@reduxjs/toolkit": "^2.2.6",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.7.2",
"bootstrap": "^5.1.3",
"cspell": "^8.10.4",
"font-awesome": "^4.7.0",
"google-auth-library": "^9.11.0",
"googleapis": "^140.0.1",
"howler": "^2.2.3",
"i18next": "^23.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-charts": "^4.0.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1",
"react-scripts": "5.0.1",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^3.1.0",
"sass": "^1.77.8",
"web-vitals": "^4.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"app:build": "npm run build && npx cap sync",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"i18n:extract": "i18next-scanner",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"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"
]
},
"devDependencies": {
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.4",
"i18next-scanner": "^4.5.0",
"prettier": "^3.3.3"
},
"engines": {
"node": ">=18.x"
}
}