|
1 | 1 | { |
2 | | - "name": "jiffyscan", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "dev": "next dev", |
7 | | - "build": "next build", |
8 | | - "start": "next start", |
9 | | - "lint": "next lint", |
10 | | - "format": "prettier --check --ignore-path .gitignore .", |
11 | | - "format:fix": "prettier --write --ignore-path .gitignore ." |
12 | | - }, |
13 | | - "dependencies": { |
14 | | - "@emotion/react": "^11.10.6", |
15 | | - "@emotion/styled": "^11.10.6", |
16 | | - "@mui/icons-material": "^5.11.11", |
17 | | - "@mui/material": "^5.11.14", |
18 | | - "@types/memory-cache": "^0.2.2", |
19 | | - "@types/node": "18.15.3", |
20 | | - "@types/react": "18.0.28", |
21 | | - "@types/react-dom": "18.0.11", |
22 | | - "@vercel/analytics": "^0.1.11", |
23 | | - "axios": "^1.3.4", |
24 | | - "chart.js": "^4.2.1", |
25 | | - "ethers": "^5.7.2", |
26 | | - "lodash": "^4.17.21", |
27 | | - "memory-cache": "^0.2.0", |
28 | | - "moment": "^2.29.4", |
29 | | - "moment-timezone": "^0.5.42", |
30 | | - "next": "13.2.4", |
31 | | - "react": "18.2.0", |
32 | | - "react-chartjs-2": "^5.2.0", |
33 | | - "react-dom": "18.2.0", |
34 | | - "react-ga4": "^2.1.0", |
35 | | - "react-google-login": "^5.2.2", |
36 | | - "react-indiana-drag-scroll": "^2.2.0", |
37 | | - "react-loading-skeleton-2": "^1.0.1-1", |
38 | | - "react-modern-drawer": "^1.2.0", |
39 | | - "react-simple-toasts": "^3.2.5", |
40 | | - "react-toastify": "^9.1.2", |
41 | | - "typescript": "4.9.5" |
42 | | - }, |
43 | | - "devDependencies": { |
44 | | - "@headlessui/react": "^1.7.13", |
45 | | - "@heroicons/react": "^2.0.16", |
46 | | - "@types/lodash": "^4.14.192", |
47 | | - "autoprefixer": "^10.4.14", |
48 | | - "eslint": "^8.36.0", |
49 | | - "eslint-config-next": "13.2.4", |
50 | | - "postcss": "^8.4.21", |
51 | | - "prettier": "^2.8.6", |
52 | | - "sass": "^1.59.3", |
53 | | - "tailwindcss": "^3.2.7" |
54 | | - } |
| 2 | + "name": "jiffyscan", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "next lint", |
| 10 | + "format": "prettier --check --ignore-path .gitignore .", |
| 11 | + "format:fix": "prettier --write --ignore-path .gitignore ." |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@aws-sdk/client-cognito-identity-provider": "^3.398.0", |
| 15 | + "@emotion/react": "^11.10.6", |
| 16 | + "@emotion/styled": "^11.10.6", |
| 17 | + "@mui/icons-material": "^5.11.11", |
| 18 | + "@mui/material": "^5.11.14", |
| 19 | + "@types/memory-cache": "^0.2.2", |
| 20 | + "@types/node": "18.15.3", |
| 21 | + "@types/react": "18.0.28", |
| 22 | + "@types/react-dom": "18.0.11", |
| 23 | + "@vercel/analytics": "^0.1.11", |
| 24 | + "aws-amplify": "^5.3.10", |
| 25 | + "aws-sdk": "^2.1446.0", |
| 26 | + "axios": "^1.3.4", |
| 27 | + "chart.js": "^4.2.1", |
| 28 | + "ethers": "^5.7.2", |
| 29 | + "lodash": "^4.17.21", |
| 30 | + "memory-cache": "^0.2.0", |
| 31 | + "moment": "^2.29.4", |
| 32 | + "moment-timezone": "^0.5.42", |
| 33 | + "next": "13.2.4", |
| 34 | + "next-auth": "^4.23.1", |
| 35 | + "react": "18.2.0", |
| 36 | + "react-chartjs-2": "^5.2.0", |
| 37 | + "react-dom": "18.2.0", |
| 38 | + "react-ga4": "^2.1.0", |
| 39 | + "react-google-login": "^5.2.2", |
| 40 | + "react-indiana-drag-scroll": "^2.2.0", |
| 41 | + "react-loading-skeleton-2": "^1.0.1-1", |
| 42 | + "react-modern-drawer": "^1.2.0", |
| 43 | + "react-simple-toasts": "^3.2.5", |
| 44 | + "react-toastify": "^9.1.2", |
| 45 | + "typescript": "4.9.5" |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@headlessui/react": "^1.7.13", |
| 49 | + "@heroicons/react": "^2.0.16", |
| 50 | + "@types/lodash": "^4.14.192", |
| 51 | + "autoprefixer": "^10.4.14", |
| 52 | + "eslint": "^8.36.0", |
| 53 | + "eslint-config-next": "13.2.4", |
| 54 | + "postcss": "^8.4.21", |
| 55 | + "prettier": "^2.8.6", |
| 56 | + "sass": "^1.59.3", |
| 57 | + "tailwindcss": "^3.2.7" |
| 58 | + } |
55 | 59 | } |
0 commit comments