-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.88 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
55
56
57
58
59
60
{
"name": "tey",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "DEV_SERVER_HOST=localhost rq start --dev --platform=osx",
"start_ios": "DEV_SERVER_HOST=localhost rq start --dev --platform=ios",
"start_all": "DEV_SERVER_HOST=localhost rq start --dev --platform=all",
"build": "NODE_ENV=production rq bundle --platform=osx",
"build_ios": "NODE_ENV=production rq bundle --platform=ios",
"remotedev": "remotedev --host=0.0.0.0 --port=8000"
},
"dependencies": {
"@callstack/react-theme-provider": "^1.0.7",
"@react-qml/breakpad": "^0.1.0",
"@react-qml/keychain": "^0.0.3",
"connected-react-router": "^4.3.0",
"emoji-js": "^3.4.1",
"flux-standard-action": "^2.0.3",
"history": "^4.7.2",
"lodash": "^4.17.11",
"qs": "^6.6.0",
"react": "^16.8.1",
"react-qml": "^0.4.5",
"react-redux": "5.0.6",
"react-router": "^4.3.1",
"redux": "^4",
"redux-observable": "^1.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.15",
"reselect": "^4.0.0",
"rxjs": "6",
"validator": "^10.11.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.7.1",
"@react-qml/cli": "^0.1.6",
"@sentry/cli": "^1.40.0",
"@sentry/webpack-plugin": "^1.6.2",
"@types/history": "^4.7.2",
"@types/lodash": "^4.14.122",
"@types/node": "^11.10.5",
"@types/qs": "^6.5.2",
"@types/react": "^16.8.7",
"@types/react-redux": "^7.0.2",
"@types/remote-redux-devtools": "^0.5.3",
"@types/validator": "^10.9.0",
"@types/webpack": "^4.4.25",
"@types/webpack-env": "^1.13.8",
"@types/websql": "^0.0.27",
"babel-eslint": "^8.0.3",
"babel-plugin-lodash": "^3.3.4",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.5.1",
"remotedev-server": "^0.2.4",
"typescript": "^3.3.3333",
"webpack-bundle-analyzer": "^2.13.1"
}
}