-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 963 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 963 Bytes
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
{
"name": "wallpapers",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"test": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint . && flow check"
},
"dependencies": {
"expo": "^28.0.0",
"react": "^16.4.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
"react-navigation": "^2.5.5"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"enzyme": "^2.9.1",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"flow-bin": "^0.75.0",
"jest-expo": "^28.0.0",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "jest-expo"
}
}