-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 2.9 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "evaa",
"version": "1.1.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^34.2.0",
"@ckeditor/ckeditor5-react": "^5.0.2",
"@iconscout/react-unicons": "^1.1.6",
"aos": "^2.3.4",
"apexcharts": "^3.35.3",
"availity-reactstrap-validation": "^2.7.1",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"feather-icons-react": "^0.5.0",
"formik": "^2.2.9",
"npm": "^8.13.2",
"number-counter": "^1.0.3",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-background-slider": "^2.0.0",
"react-countdown": "^2.3.2",
"react-countdown-now": "^2.1.2",
"react-countup": "^6.3.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-drawer": "^1.3.4",
"react-fade-in": "^2.0.1",
"react-flatpickr": "^3.10.13",
"react-image-lightbox": "^5.1.4",
"react-mailchimp-subscribe": "^2.1.3",
"react-modal-video": "^1.2.9",
"react-parallax": "^3.5.1",
"react-player": "^2.10.1",
"react-responsive-masonry": "^2.1.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-scroll-up-button": "^1.6.4",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.29.0",
"react-star-ratings": "^2.3.0",
"react-text-rotator": "^1.2.0",
"react-typist": "^2.0.5",
"reactstrap": "^9.1.1",
"sass": "^1.57.1",
"simplebar-react": "^2.4.1",
"slick-carousel": "^1.8.1",
"swiper": "^8.3.1",
"tiny-slider": "^2.9.4",
"web-vitals": "^2.1.4",
"webpack": "^5.73.0",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write \"**/*.{js,jsx,json,md,html,css,less,scss}\"",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"babelOptions": {
"presets": [
"@babel/preset-react"
]
},
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false,
"ecmaVersion": 2020,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"browser": true,
"es6": true
},
"globals": {
"$": true
},
"settings": {
"react": {
"version": "^17.0.1"
}
},
"rules": {
"semi": [
"error",
"never"
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-react": "^7.20.6",
"prettier": "^2.1.1"
}
}