-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.48 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
{
"name": "boards-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "node ./node_modules/eslint/bin/eslint.js **/*.js",
"lintjsx": "node ./node_modules/eslint/bin/eslint.js **/*.jsx",
"fix": "node ./node_modules/eslint/bin/eslint.js --fix"
},
"dependencies": {
"@expo/vector-icons": "^12.0.5",
"@react-native-community/slider": "^4.1.12",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"expo": "~43.0.2",
"expo-file-system": "~13.0.3",
"expo-image-picker": "~11.0.3",
"expo-status-bar": "~1.1.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-bouncy-checkbox": "^2.1.7",
"react-native-color-picker": "^0.6.0",
"react-native-dropdown-picker": "^5.2.3",
"react-native-modal": "^13.0.0",
"react-native-slider": "^0.11.0",
"react-native-web": "0.17.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"babel-eslint": "^10.1.0",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0"
},
"private": true
}