-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 1 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
{
"name": "react-native-manga-reader-app",
"description": "A React Native / Expo app for cross-platform manga reading",
"version": "0.3.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"devtools": "react-devtools",
"changelog": "changelog-maker"
},
"dependencies": {
"cheerio-without-node-native": "^0.20.2",
"expo": "^33.0.0",
"lodash.debounce": "^4.0.8",
"mobx": "^5.9.4",
"mobx-react": "^5.2.5",
"mobx-state-tree": "^3.14.0",
"mst-persist": "^0.0.1",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz"
},
"devDependencies": {
"@agilgur5/changelog-maker": "^3.0.0",
"react-devtools": "^3.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/agilgur5/react-native-manga-reader-app.git"
},
"author": "Anton Gilgur",
"license": "Apache-2.0"
}