-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
{
"name": "cafeteria",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pr": "prettier --write .",
"test": "mocha",
"prepare": "husky install"
},
"dependencies": {
"@next-auth/firebase-adapter": "^1.0.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.14.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"accept-language": "^3.0.18",
"apexcharts": "^3.41.0",
"encoding": "^0.1.13",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"fuse.js": "^6.6.2",
"i18next": "22.4.15",
"i18next-browser-languagedetector": "7.0.1",
"i18next-resources-to-backend": "1.1.3",
"jsvectormap": "^1.5.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"next": "13.4.2",
"next-auth": "^4.19.2",
"next-i18next": "^13.2.2",
"next-pwa": "^5.6.0",
"prettier": "^2.8.8",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.2.0",
"react-i18next": "12.2.2",
"react-toastify": "^9.1.3",
"sharp": "^0.32.1",
"sort-by": "^0.0.2",
"swr": "^2.2.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/randomcolor": "^0.5.7",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"daisyui": "^3.1.7",
"husky": "^8.0.0",
"mocha": "^10.2.0",
"postcss": "^8.4.23",
"pretty-quick": "^3.1.3",
"react-loading-skeleton": "^3.3.1",
"selenium-webdriver": "^4.9.2",
"tailwindcss": "^3.3.2"
}
}