-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.33 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.33 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
{
"name": "@minimal/material-kit-react",
"author": "minimals.cc",
"licence": "MIT",
"version": "1.8.0",
"private": false,
"scripts": {
"dev": "vite",
"start": "vite preview",
"build": "vite build",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"rm:all": "rm -rf node_modules .next out dist build",
"re:start": "yarn rm:all && yarn install && yarn dev",
"re:build": "yarn rm:all && yarn install && yarn build",
"re:build-npm": "npm run rm:all && npm install && npm run build",
"dev:host": "vite --host",
"vite:start": "vite",
"vite:build": "vite build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.1.0",
"@files-ui/react": "^1.2.4",
"@hookform/resolvers": "^3.3.2",
"@iconify/react": "^4.1.1",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@mapbox/search-js-react": "^1.0.0-beta.18",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.14.12",
"@react-spring/web": "^9.7.3",
"@tanstack/react-query": "^5.8.9",
"apexcharts": "^3.43.0",
"axios": "^1.6.2",
"cloudinary-react": "^1.8.1",
"date-fns": "^2.30.0",
"history": "^5.3.0",
"install": "^0.13.0",
"jodit-react": "^1.3.39",
"lodash": "^4.17.21",
"mapbox-gl": "^3.0.1",
"npm": "^10.2.5",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-files-preview": "^2.4.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.48.2",
"react-map-gl": "^7.1.6",
"react-router-dom": "^6.16.0",
"react-slick": "^0.29.0",
"simplebar-react": "^3.2.4",
"slick-carousel": "^1.8.1",
"typewriter-effect": "^2.21.0",
"vite-plugin-checker": "^0.6.2",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5"
},
"proxy": "https://phone-tracker-flame.vercel.app"
}