-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.12 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
{
"name": "anyway-mun",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx 'src'",
"prettier-check": "prettier-check src/**/*.{js,jsx,ts,tsx,css,scss}",
"prettier-fix": "prettier src/**/*.{js,jsx,ts,tsx,css,scss} --write",
"yarn-deduplicate": "yarn-deduplicate -s fewer"
},
"husky": {
"hooks": {
"_pre-push": "yarn lint && yarn prettier-check"
}
},
"dependencies": {
"@material-ui/core": "^1",
"@material-ui/icons": "^1",
"@nivo/line": "^0.56.0",
"aor-postgrest-client": "igorclark/react-admin-postgrest-client",
"classnames": "^2.2.6",
"google-maps-react": "^2.0.2",
"nivo": "^0.31.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-admin": "^2.9.2",
"react-async": "^6.2.0",
"react-dom": "npm:@hot-loader/react-dom",
"react-google-maps": "^9.4.5",
"react-hot-loader": "^4.8.8",
"react-router-dom": "^4",
"react-scripts": "3.0.1",
"react-table": "^6.9.2",
"rimraf": "^2.6.3"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"_production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "index.js",
"repository": "https://github.com/ronish31/anyway-mun.git",
"author": "ronish31 <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/googlemaps": "^3.36.2",
"@types/jest": "^24.0.13",
"@types/markerclustererplus": "^2.1.33",
"@types/node": "^8",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.3",
"husky": "^2.3.0",
"prettier": "^1.17.1",
"prettier-check": "^2.0.0",
"typescript": "^3.4.5",
"yarn-deduplicate": "^1.1.1"
},
"resolutions": {
"babel-preset-react-app": "npm:babel-preset-react-app-with-rhl"
}
}