forked from umbertoghio/self-hosted-expo-updates-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "self-hosted-expo-updates-server",
"version": "1.0.0",
"description": "Self Hosted Expo Updates Server with interactive Dashboard",
"repository": "https://github.com/umbertoghio/self-hosted-expo-updates-server.git",
"homepage": "https://github.com/umbertoghio/self-hosted-expo-updates-server",
"license": "MIT",
"scripts": {
"---Dev API & Web---": "",
"dev:run": "cd Docker/development; docker-compose up --build",
"dev:stop": "cd Docker/development; docker-compose down"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-eslint": "^10.1.0",
"babel-preset-expo": "^8.5.1",
"eslint": "^7.11.0",
"eslint-plugin-html": "^6.2.0",
"nodemon": "^2.0.14",
"standard": "^16.0.4",
"typescript": "^4.4.4"
},
"standard": {
"parser": "babel-eslint",
"version": "15.0",
"globals": [
"describe",
"test",
"jest",
"expect",
"fetch",
"navigator",
"__DEV__",
"__static",
"XMLHttpRequest",
"FormData",
"React$Element"
]
}
}