-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.21 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
{
"name": "ReactNative",
"version": "0.1.5",
"scripts": {
"babel": "babel --out-dir dist/ app/",
"branch": "bash scripts/branch.sh v$npm_package_version",
"eslint": "eslint app --fix",
"fix": "yarn test && yarn pr",
"flow": "flow",
"make:all": "npm-run-parallel make:osx make:linux make:windows",
"make:linux": "yarn make linux",
"make:osx": "yarn make darwin",
"make:windows": "yarn make win32",
"make": "bash scripts/build.sh $npm_package_name $npm_package_version",
"pr": "yarn test && bash scripts/pr.sh v$npm_package_version",
"start": "electron main.js",
"test": "yarn eslint && yarn flow"
},
"dependencies": {
"anser": "^1.4.6",
"ansi-to-react": "^2.0.6",
"babel-polyfill": "^6.26.0",
"chokidar": "^2.0.3",
"electron-is-dev": "^0.3.0",
"fix-path": "^2.1.0",
"lodash": "^4.17.5",
"material-ui": "^0.20.0",
"open": "^0.0.5",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-swipeable-views": "^0.12.13",
"redux": "^3.7.2",
"redux-persist": "^5.9.1",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-preset-electron": "^1.4.15",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.69.0",
"ignore-loader": "^0.1.2",
"react-test-renderer": "16.2.0"
},
"main": "main.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/co2-git/ReactNative.git"
},
"author": "francoisrvespa@gmail.com",
"bugs": {
"url": "https://github.com/co2-git/ReactNative/issues"
},
"wiki": {
"url": "https://github.com/co2-git/ReactNative/wiki"
},
"engines": {
"npm": "^6.0.0"
}
}