-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "rn-rnw-setup-live-reload",
"version": "1.0.0",
"description": "Demo showcasing setting up React Native and React Native Web with live reload on both.",
"main": "entry.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naqvitalha/rn-rnw-setup-live-reload.git"
},
"author": "naqvitalha <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/naqvitalha/rn-rnw-setup-live-reload/issues"
},
"homepage": "https://github.com/naqvitalha/rn-rnw-setup-live-reload#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-native-web": "^0.1.12",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-native-web": "^0.1.12"
}
}