This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
{
"name": "plenty",
"version": "1.4.1",
"description": "Plenty app. Scan products to see if they are vegan (Dutch).",
"author": "Gersom van Ginkel <[email protected]>",
"private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest",
"precommit": "lint-staged",
"postinstall": "rndebugger-open --expo"
},
"dependencies": {
"@rematch/core": "^1.0.0-alpha.5",
"@rematch/immer": "^1.0.2",
"@rematch/persist": "^1.0.2",
"expo": "^28.0.0",
"hoist-non-react-statics": "^2.5.5",
"immer": "^1.3.1",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-native": "github:expo/react-native#sdk-28.0.0",
"react-native-camera": "^1.1.4",
"react-navigation": "^2.3.1",
"react-redux": "^5.0.7",
"redux-persist": "^5.10.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.1.1",
"husky": "^0.14.3",
"jest-expo": "^28.0.0",
"lint-staged": "^7.2.0",
"prettier": "^1.13.5",
"react-native-debugger-open": "^0.3.17",
"react-native-scripts": "1.14.0",
"react-test-renderer": "^16.4.1"
},
"rnpm": {
"assets": [
"./src/assets"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/grsmvg/plenty-app.git"
},
"engines": {
"node": "8.10.0"
}
}