forked from jiffy-labs/jiffyscan-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 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
{
"name": "jiffyscan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"axios": "^1.3.4",
"chart.js": "^4.2.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.42",
"next": "13.2.4",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-loading-skeleton-2": "^1.0.1-1",
"react-modern-drawer": "^1.2.0",
"react-simple-toasts": "^3.2.5",
"typescript": "4.9.5"
},
"devDependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@types/lodash": "^4.14.192",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "13.2.4",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"sass": "^1.59.3",
"tailwindcss": "^3.2.7"
}
}