forked from atang167/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Storybook",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node react_server/server.js",
"compile": "webpack",
"compile-watch": "webpack --watch",
"start-node": "nodemon react_server/server.js",
"test": "jest",
"ebs": "npm run compile && npm run start-node"
},
"dependencies": {
"amazon-cognito-identity-js": "^1.21.0",
"amazon-cognito-js": "^1.1.0",
"aws-sdk": "^2.134.0",
"axios": "^0.16.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"celery-man": "0.0.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"nodemon": "^1.12.1",
"path": "^0.12.7",
"pg": "^7.3.0",
"querystring": "^0.2.0",
"react": "16.0.0-beta.5",
"react-dom": "^16.0.0",
"react-native": "^0.49.3",
"react-native-aws-cognito-js": "0.0.7",
"react-native-aws3": "0.0.8",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-elements": "^0.17.0",
"react-native-fbsdk": "^0.6.3",
"react-native-fontawesome": "^5.7.0",
"react-native-fs": "^2.8.1",
"react-native-gifted-chat": "^0.3.0",
"react-native-image-crop-picker": "^0.17.3",
"react-native-maps": "^0.17.1",
"react-native-spinkit": "^1.1.1",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.13",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-transform-hmr": "^1.0.4",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^4.4.1",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sequelize": "^4.13.15",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"webpack": "^3.7.1"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "react-native"
}
}