-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "ProjectEyeCue",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon app",
"test": "jest"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"dependencies": {
"color": "2.0.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
"nodemon": "^1.17.5",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-game-kit": "^1.0.6",
"react-native": "^0.55.3",
"react-native-extended-stylesheet": "0.8.0",
"react-native-modal": "^6.0.0",
"react-native-progress-bar-animated": "^1.0.6",
"react-native-side-menu": "^1.1.3",
"react-native-super-grid": "^2.3.0",
"react-native-tab-view": "^1.0.2",
"react-navigation": "^1.5.11",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "22.4.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}