-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.83 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
99
100
101
102
103
104
105
106
107
108
109
{
"name": "dearmypeace",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"build-react": "BABEL_ENV=web webpack --mode production",
"start-react": "BABEL_ENV=web webpack serve --config ./webpack.config.js --mode development",
"build": "BABEL_ENV=web webpack --config webpack.config.js --mode production",
"analyze": "webpack-bundle-analyzer dist/bundle-stat.json"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@invertase/react-native-apple-authentication": "^2.3.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-google-signin/google-signin": "^12.2.1",
"@react-native-picker/picker": "^2.7.7",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/material-bottom-tabs": "^6.2.28",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.45.1",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "^3.6.0",
"html-webpack-plugin": "^5.6.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-apple-signin-auth": "^1.1.0",
"react-chartjs-2": "^5.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-native": "0.74.2",
"react-native-asset": "^2.1.1",
"react-native-calendars": "^1.1305.0",
"react-native-chart-kit": "^6.12.0",
"react-native-collapsible": "^1.6.1",
"react-native-date-picker": "^5.0.4",
"react-native-dotenv": "^3.4.11",
"react-native-element-dropdown": "^2.12.1",
"react-native-encrypted-storage": "^4.0.3",
"react-native-gesture-handler": "^2.16.2",
"react-native-gifted-charts": "^1.4.47",
"react-native-linear-gradient": "^2.8.3",
"react-native-iap": "^12.15.7",
"react-native-markdown-display": "^7.0.2",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "^3.12.1",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "^3.31.1",
"react-native-svg": "^15.9.0",
"react-native-web": "^0.19.12",
"recoil": "^0.7.7",
"sha256": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.84",
"@react-native/eslint-config": "0.74.84",
"@react-native/metro-config": "0.74.84",
"@react-native/typescript-config": "0.74.84",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.17.6",
"@types/react": "^18.3.3",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.3.0",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-native-web": "^0.19.12",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.19.0",
"file-loader": "^6.2.0",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "2.8.8",
"react-native-svg-transformer": "^1.4.0",
"react-test-renderer": "18.2.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"url-loader": "^4.1.1",
"webpack": "^5.92.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}