-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "yammr",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/yammr/yammr-frontend",
"description": "An anonymous social platform for posting text, pictures, and 'vine-style' videos, exclusively for college students.",
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.5.0",
"eslint-plugin-prettier": "^2.6.2",
"husky": "^0.14.3",
"jest-expo": "~27.0.0",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0",
"react-dom": "16.3.1",
"react-native-dotenv": "^0.2.0",
"react-native-scripts": "1.14.0",
"react-test-renderer": "16.3.1"
},
"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": "pretty-quick --staged"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"axios": "^0.18.0",
"expo": "^27.0.1",
"mobx": "4.6.0",
"mobx-react": "^5.4.2",
"prop-types": "^15.6.2",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-elements": "^1.0.0-beta7",
"react-native-modal": "^7.0.0",
"react-native-permissions": "^1.1.1",
"react-native-progress": "^3.5.0",
"react-native-status-bar-height": "^2.1.0",
"react-navigation": "^2.18.0",
"whatwg-fetch": "^2.0.4"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}