-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "ec-deploy-mobile",
"version": "0.0.1",
"description": "Electric Cloud Deploy mobile app",
"author": "Artyom Trityak <[email protected]>",
"license": "Apache License 2.0",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"webpack": "webpack --config webpack.config.js --colors --progress"
},
"keywords": [
"webpack",
"react",
"javascript",
"react-native",
"flux"
],
"devDependencies": {
"anybar-webpack": "^1.0.8",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.10",
"babel-loader": "^5.1.3",
"babel-runtime": "^5.4.7",
"bluebird": "^2.9.32",
"eslint": "^0.21.2",
"eslint-loader": "^0.11.2",
"eslint-plugin-react": "^2.4.0",
"eventemitter2": "^0.4.14",
"flux": "^2.0.3",
"immutable": "^3.7.4",
"invariant": "^2.1.0",
"keymirror": "^0.1.1",
"moment": "^2.10.6",
"node-libs-browser": "^0.5.2",
"react-native": "^0.7.0-rc.2",
"react-native-social-share": "^0.3.0",
"react-native-swipeout": "^2.0.5",
"react-native-vector-icons": "^0.6.3",
"webpack": "^1.9.10"
}
}