forked from wx-chevalier/Developer-Zero-To-Mastery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 727 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 727 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
{
"name": "coder-reader",
"version": "0.0.0",
"description": "程序员的阅读应用",
"author": "wxyyxc1992",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "~1.0.4",
"babel-preset-es2015": "^6.24.1",
"expo": "^18.0.4",
"fluent-fetcher": "0.2.8",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-18.0.1.tar.gz",
"react-native-ui-kitten": "^2.0.1",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.11",
"styled-components": "^2.1.0"
},
"devDependencies": {
"jest-expo": "~18.0.0"
}
}