-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.17 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
{
"name": "Brio-front-end-client",
"version": "1.0.0",
"license": "MIT",
"source": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src/**/*.{js,jsx} --quiet",
"format": "prettier --write src/**/*.{js,jsx,html,css}"
},
"devDependencies": {
"@faker-js/faker": "^8.0.0",
"@vitejs/plugin-react": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"prettier": "^2.8.8",
"process": "^0.11.10",
"vite": "^4.3.8"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.1",
"@choc-ui/logo": "^1.0.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@popperjs/core": "^2.11.7",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.331",
"@tabler/icons-react": "^2.17.0",
"aos": "^2.3.4",
"axios": "^1.4.0",
"buffer": "^5.5.0",
"card-validator": "^8.1.1",
"chakra-ui": "^0.3.9",
"chart.js": "^4.3.0",
"draft-js": "^0.11.7",
"es6-shim": "^0.35.8",
"framer-motion": "^10.12.10",
"jwt-decode": "^3.1.2",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^3.8.0",
"mapbox-gl": "^2.15.0",
"mongodb": "^5.5.0",
"quill": "^1.3.7",
"quill-delta-to-html": "^0.12.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-emojis": "^1.0.6",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-image-gallery": "^1.2.11",
"react-lazy-load-image-component": "^1.6.0",
"react-leaflet": "^4.2.1",
"react-quill": "^2.0.0",
"react-quilljs": "^1.3.3",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.10.0",
"react-select": "^5.7.4",
"react-spinners": "^0.13.8"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}