-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "react-native-starter",
"version": "0.0.1",
"description": "Starting point for react native apps",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rnws start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shortlist-digital/react-native-starter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shortlist-digital/react-native-starter/issues"
},
"dependencies": {
"apsl-react-native-button": "^2.4.0",
"react-native": "^0.17.0",
"react-native-device-info": "^0.8.1",
"react-native-router-flux": "^2.0.9"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.11.2",
"parse": "~1.6.0",
"parse-react": "~0.5.0",
"react-native-webpack-server": "^0.8.3",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"homepage": "https://github.com/shortlist-digital/react-native-starter#readme"
}