forked from helenma0223234/plasti-smart-frontend-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.25 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
{
"name": "platic-sorting-frontend",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"author": "Aneesh Patnaik, Jack Macy, Herbert, Yuchuan Ma",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint ./src"
},
"license": "MIT",
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/raleway": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@ionic/react": "^7.7.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/bottom-tabs": "^6.4.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"@reacticons/ionicons": "^7.1.0",
"@reduxjs/toolkit": "^1.6.1",
"@tensorflow/tfjs": "^4.17.0",
"@tensorflow/tfjs-react-native": "^1.0.0",
"@types/axios": "^0.14.0",
"@types/d3": "^7.4.3",
"@types/react-native-snap-carousel": "^3.8.10",
"axios": "^0.27.2",
"babel-plugin-module-resolver": "^5.0.0",
"d3-shape": "^3.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-airbnb-base": "^0.0.1-security",
"eslint-plugin-import": "^2.25.2",
"expo": "49.0.0",
"expo-camera": "13.4.4",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.13",
"expo-device": "^6.0.2",
"expo-file-system": "~15.4.5",
"expo-gl": "~13.0.1",
"expo-gl-cpp": "^11.4.0",
"expo-image-manipulator": "^12.0.5",
"expo-notifications": "~0.20.1",
"expo-secure-store": "^13.0.1",
"expo-status-bar": "~1.6.0",
"ionicons": "^7.2.2",
"react": "18.2.0",
"react-devtools-core": "4.27.7",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-copilot": "^3.3.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.15.0",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-progress": "^5.0.1",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "^3.29.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-web": "~0.19.6",
"react-redux": "^7.2.4",
"rn-tourguide": "^3.3.0",
"semver": "^7.3.8",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@iconify/react": "^4.1.1",
"@react-native-community/eslint-config": "^3.0.1",
"@types/react": "~18.2.14",
"@types/react-native": "~0.69.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.8",
"react-native-debugger-open": "^0.3.25",
"typescript": "*"
},
"keywords": [
"expo",
"template",
"redux",
"redux toolkit",
"typescript",
"ts",
"eslint"
],
"resolutions": {
"react-devtools-core": "4.14.0",
"@types/react": "^18.0.19"
}
}