-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "CDPH",
"version": "0.0.1",
"author": "Jiaqi Gao <jiaqigao12@gmail.com>",
"private": true,
"scripts": {
"lint": "node node_modules/.bin/eslint src/**/*.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@mdi/react": "^1.1.0",
"babel-eslint": "^10.0.1",
"expo": "^32.0.5",
"intersperse": "^1.0.0",
"material-design-icons": "^3.0.1",
"prettier": "^1.17.1",
"prop-types": "latest",
"react": "16.6.3",
"react-native": "^0.58.6",
"react-native-elements": "^1.1.0",
"react-native-material-bottom-navigation": "^1.0.2",
"react-native-material-ui": "^1.30.1",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "^3.2.1",
"react-navigation-tabs": "^1.0.2",
"top-bar-nav": "^1.2.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"jest": "23.6.0",
"lint": "^0.6.5",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}