forked from masqomar21/BrainWave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.73 KB
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
{
"name": "brainwave",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@candlefinance/slider": "^0.1.4",
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-navigation/native": "^6.1.12",
"@react-navigation/native-stack": "^6.9.20",
"expo": "^51.0.8",
"expo-device": "~6.0.2",
"expo-file-system": "^17.0.1",
"expo-sharing": "~12.0.1",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"install": "^0.13.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-base64": "^0.2.1",
"react-native-ble-plx": "^3.1.2",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "^3.4.11",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-select-dropdown": "^3.4.0",
"react-native-svg": "^15.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.23.10",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"postcss": "^8.4.35",
"tailwindcss": "3.3.2",
"typescript": "^5.3.0"
},
"private": true
}