-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"name": "cointrail",
"version": "1.2.0",
"description": "An online Connect 4/Tic-Tac-Toe hybrid with no tie games.",
"author": "Alex Autem <[email protected]>",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint --fix src/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aautem/cointrail-client"
},
"bugs": {
"url": "https://github.com/aautem/cointrail-client/issues"
},
"dependencies": {
"axios": "^0.18.1",
"lodash": "^4.17.19",
"prop-types": "^15.6.0",
"react": "^17.0.1",
"react-native": "^0.63.3",
"react-native-animatable": "^1.2.4",
"react-native-auth0": "^1.2.0",
"react-native-color-picker": "^0.4.0",
"react-native-drawer": "^2.5.0",
"react-native-easy-grid": "^0.1.15",
"react-native-elements": "^2.3.2",
"react-native-snap-carousel": "^3.3.4",
"react-native-splash-screen": "^3.0.6",
"react-native-svg": "^5.4.1",
"react-native-vector-icons": "^7.1.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.0.4",
"watchman": "^0.1.8"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0",
"react-test-renderer": "^17.0.1"
},
"private": true,
"license": "GPL-3.0"
}