-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·103 lines (103 loc) · 3.05 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "tarento-react-material-ui",
"version": "0.1.0",
"private": true,
"homepage": "http://nlp-nmt-160078446.us-west-2.elb.amazonaws.com/dev",
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.30",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"history": "^4.7.2",
"install": "^0.13.0",
"material-ui": "^0.20.1",
"material-ui-datatables": "^0.18.2",
"material-ui-dropzone": "^2.3.5",
"material-ui-filter": "^3.0.2",
"material-ui-flat-pagination": "^3.2.0",
"material-ui-next": "^1.0.0-beta.47",
"material-ui-pagination": "^1.1.6",
"material-ui-password-field": "^2.1.0",
"mui-datatables": "^2.7.0",
"native-base": "^2.7.1",
"npm": "^6.10.3",
"pagination": "^0.4.6",
"prop-types": "^15.6.2",
"react": "16.4.1",
"react-collapsing-table": "^1.0.0",
"react-confirm-alert": "^2.4.1",
"react-csv": "^1.1.1",
"react-dom": "^16.4.1",
"react-foundation": "^0.9.6",
"react-js-pagination": "^3.0.2",
"react-native": "0.56.0",
"react-native-router-flux": "~4.0.0-beta.27",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.6.2",
"react-paginate": "^6.3.0",
"react-read-more-less": "^0.1.6",
"react-redux": "^5.0.7",
"react-redux-datatable": "^2.4.6",
"react-router": "3.2.0",
"react-router-dom": "^4.2.2",
"react-router-private-route": "0.0.3",
"react-router-redux": "^4.0.8",
"react-score-indicator": "^2.1.1",
"react-scripts": "1.1.4",
"react-star-rating-component": "^1.4.1",
"reactjs-popup": "^1.4.2",
"read-more-react": "^1.0.9",
"recharts": "^1.0.0-beta.10",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-form": "^8.2.4",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-jest": "23.2.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-react-native": "5.0.2",
"commit-msg": "^0.2.3",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.3.1",
"jest": "23.3.0",
"lint-staged": "^7.3.0",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1",
"react-test-renderer": "16.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx src",
"lint:eslint": "eslint --ignore-path native-base-theme/* .eslintignore",
"lint:fix": "eslint --ext .js,.jsx src --fix",
"lint:staged": "lint-staged"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"eslint --ignore-path .eslintignore ",
"git add"
]
},
"jest": {
"preset": "jest-expo"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"author": "",
"license": "ISC"
}