-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.79 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
{
"name": "MobileSafariRenderGlitch",
"version": "1.0.0",
"author": "Zemtu <[email protected]> (http://zemtu.com/)",
"license": "MIT",
"engines": {
"node": ">=12.3.0",
"npm": ">=6.13.7"
},
"description": "Render glitch in Mobile Safari on iOS 13.5.1",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"dependencies": {
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.7.1",
"classnames": "^2.2.6",
"lodash": "^4.17.15",
"prop-types": "15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "5.1.2",
"react-transition-group": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/node": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-react": "7.8.3",
"@storybook/react": "^5.3.7",
"babel-cli": "^7.0.0-beta.3",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"eslint": "6.8.0",
"eslint-config-molindo": "4.0.2",
"eslint-plugin-css-modules": "2.11.0",
"eslint-plugin-formatjs": "^1.5.9",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react-hooks": "2.3.0",
"husky": "^4.0.10",
"node-sass": "4.13.1",
"prettier": "1.19.1",
"react-scripts": "3.3.0"
},
"husky": {
"hooks": {
"pre-push": "npm run eslint",
"post-checkout": "yarnhook",
"post-merge": "yarnhook",
"post-rewrite": "yarnhook"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}