-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.09 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^40.2.0",
"@ckeditor/ckeditor5-react": "^6.0.0",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@hookform/resolvers": "^3.1.1",
"@react-latest-ui/react-sticky-notes": "^0.2.6",
"alertifyjs": "^1.13.1",
"antd": "^5.12.2",
"apexcharts": "^3.41.0",
"bootstrap": "^5.2.3",
"chart.js": "^4.4.1",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.32.2",
"feather-icons-react": "^0.6.2",
"google-map-react": "^2.2.1",
"jquery": "^3.7.0",
"lightbox.js-react": "^0.9.8",
"lint": "^0.8.19",
"multi-range-slider-react": "^2.0.7",
"primereact": "^10.2.1",
"prop-types": "^15.8.1",
"rc-slider": "^11.1.6",
"react": "^18.2.0",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^1.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-country-flag": "^3.1.0",
"react-countup": "^6.3.2",
"react-custom-scrollbars-2": "^4.5.0",
"react-data-table-component": "^7.5.3",
"react-data-table-component-extensions": "^1.6.0",
"react-datepicker": "^4.24.0",
"react-dom": "^18.2.0",
"react-drag-and-drop": "^3.0.0",
"react-feather": "^2.0.10",
"react-full-screen": "^1.1.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.45.0",
"react-input-mask": "^2.0.4",
"react-phone-input-2": "^2.15.1",
"react-range-slider-input": "^3.0.7",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.1",
"react-select": "^5.8.0",
"react-slick": "^0.29.0",
"react-stars": "^2.2.5",
"react-tag-input-component": "^2.0.2",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.2",
"sweetalert2": "^11.6.5",
"toolcool-range-slider": "^4.0.28",
"weather-icons-react": "^1.2.0",
"yup": "^1.2.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . --ext js,jsx,ts,tsx --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"env": {
"development": {
"compact": false
}
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.44.0",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
},
"overrides": {
"semver": "~7.5.2"
},
"devDependencie": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-private-property-in-object"
]
}
}