-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.59 KB
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
{
"name": "thefront-ts--react-scripts",
"author": "maccarian",
"email": "hi@maccarianagency.com",
"version": "4.6.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"prettier:fix": "prettier './src/**/*.{tsx,ts}' --write",
"eslint:fix": "eslint ./src --fix",
"codeStyle:fix": "npm run prettier:fix && npm run eslint:fix",
"clear-all": "rimraf ./build ./node_modules"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.4",
"@mui/material": "^5.2.4",
"aos": "^2.3.4",
"card-validator": "^8.1.1",
"formik": "^2.2.6",
"jarallax": "^1.12.8",
"react": "^17.0.1",
"react-countup": "^6.1.0",
"react-dom": "^17.0.1",
"react-icons": "^4.3.1",
"react-image-lightbox": "^5.1.4",
"react-lazy-load-image-component": "^1.5.1",
"react-native-webview": "^11.17.2",
"react-router-dom": "^6.1.1",
"react-scripts": "5.0.0",
"react-slick": "^0.28.1",
"react-social-icons": "^5.11.0",
"react-syntax-highlighter": "^15.4.5",
"react-typed": "^1.2.0",
"react-visibility-sensor": "^5.1.1",
"slick-carousel": "^1.8.1",
"web-vitals": "^2.1.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-native": "^0.67.2",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^2.0.2",
"cross-env": "^7.0.2",
"eslint": "^8.4.1",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.0",
"react-native": "^0.67.3",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
}
}