-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.97 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
{
"name": "@minimal/material-kit-react",
"author": "minimals.cc",
"licence": "MIT",
"version": "1.8.0",
"private": false,
"type": "module",
"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": {
"@aws-amplify/adapter-nextjs": "^1.2.14",
"@aws-sdk/client-s3": "^3.637.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.1.0",
"@iconify/react": "^4.1.1",
"@mui/icons-material": "^5.14.12",
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.14.12",
"aos": "^2.3.4",
"apexcharts": "^3.43.0",
"aws-amplify": "^6.5.2",
"aws-sdk": "^2.1685.0",
"date-fns": "^2.30.0",
"helmet": "^7.1.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"mui": "^0.0.1",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-images": "^1.8.5",
"node-fetch": "^3.3.2",
"numeral": "^2.0.6",
"pg": "^8.12.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-animated-numbers": "^0.18.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-flagkit": "^2.0.4",
"react-flagpack": "^2.0.4",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.47.0",
"react-loading-indicators": "^1.0.0",
"react-router-dom": "^6.16.0",
"simplebar-react": "^3.2.4",
"tailwindcss": "^3.4.10",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.4.0",
"process": "^0.11.10",
"typescript": "^5.5.4",
"vite": "^4.5.3",
"vite-plugin-checker": "^0.6.2"
}
}