-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.5 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
76
77
{
"name": "seed-react-native",
"version": "0.1.0",
"scripts": {
"postinstall": "./postinstall.sh",
"start": "node node_modules/react-native/local-cli/cli.js start",
"web": "webpack-dev-server --port 3000 --config web/webpack.config.dev.js --inline --hot --colors --quiet",
"build": "webpack --config web/webpack.config.prod.js --output-path dist",
"test": "eslint src/",
"android": "react-native run-android",
"menu": "adb shell input keyevent KEYCODE_MENU"
},
"dependencies": {
"@indec/react-native-form-builder": "^0.2.3",
"prop-types": "^15.5.10",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-native": "^0.57.8",
"react-native-elements": "^0.19.1",
"react-native-vector-icons": "^6.2.0",
"react-native-web": "^0.9.13",
"react-redux": "^6.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.1",
"react-router-native": "^4.3.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@commitlint/cli": "^7.3.2",
"@commitlint/travis-cli": "^7.3.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
"babel-preset-react-app": "^7.0.0",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-lodash": "^5.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"lodash-webpack-plugin": "^0.11.4",
"react-art": "^16.7.0",
"react-hot-loader": "^4.6.3",
"react-test-renderer": "^16.7.0",
"redux-devtools": "^3.4.0",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.3.0",
"redux-slider-monitor": "^2.0.0-1",
"remote-redux-devtools": "^0.5.12",
"remotedev-rn-debugger": "^0.8.3",
"remotedev-server": "^0.3.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"repository": {
"type": "git",
"url": "https://github.com/indec-it/seed-react-native.git"
},
"homepage": "https://github.com/indec-it/seed-react-native",
"bugs": {
"url": "https://github.com/indec-it/seed-react-native/issues"
},
"engines": {
"node": ">=10.15"
},
"author": "INDEC (https://github.com/indec-it)",
"license": "MIT"
}