-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.45 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
{
"name": "myapp-web",
"author": "danhellem",
"email": "[email protected]",
"version": "1.1.2-preview",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"prettier:fix": "prettier './src/**/*.js' --write",
"eslint:fix": "eslint ./src --fix",
"clear-all": "rimraf ./build ./node_modules"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^5.0.0-alpha.37",
"@material-ui/icons": "^5.0.0-alpha.28",
"@material-ui/lab": "^5.0.0-alpha.28",
"aos": "^2.3.4",
"clsx": "^1.0.4",
"date-fns": "^2.19.0",
"formik": "^2.2.6",
"history": "^5.0.0",
"jwt-decode": "3.1.2",
"node-sass": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-countup": "^4.3.3",
"react-dom": "^17.0.1",
"react-images": "^1.1.7",
"react-lazy-load-image-component": "^1.5.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-slick": "^0.28.1",
"react-syntax-highlighter": "^15.4.3",
"react-typed": "^1.2.0",
"react-visibility-sensor": "^5.1.1",
"slick-carousel": "^1.8.1",
"web-vitals": "^1.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^16.3.2",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/react-slick": "^0.23.5",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.11.1",
"cross-env": "^7.0.2",
"eslint": "^7.18.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^1.19.1",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^5.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
}
}