-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.47 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.47 KB
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
{
"name": "re-start-templates",
"version": "0.4.1",
"private": true,
"scripts": {
"add": "all-contributors add",
"build": "scripts/build.js",
"generate": "all-contributors generate",
"prepublishNpm": "npm run build",
"publishNpm": "scripts/publishNpm.sh"
},
"description": "react-native templates collection to target multiple platforms.",
"repository": {
"type": "git",
"url": "git@github.com:react-everywhere/re-start.git"
},
"keywords": [
"react",
"react-native",
"template",
"starter",
"boilerplate",
"kit",
"everywhere",
"native",
"re-start"
],
"author": "Amogh Banta",
"contributors": [
"Jesús Leganés-Combarro 'piranna' <piranna@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/react-everywhere/re-start"
},
"homepage": "https://github.com/react-everywhere/re-start/issues",
"dependencies": {
"react-art": "^16.8.3",
"react-dom": "^16.8.3",
"react-native-web_improved": "^0.9.9",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-router-native": "^4.3.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.10.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"electron": "^4.0.5",
"electron-packager": "^13.1.0",
"icon-gen": "^2.0.0",
"react-scripts": "^2.1.5",
"rnpm-plugin-windows": "^0.2.8",
"serve": "^10.1.2"
}
}