-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
{
"name": "next-js-boilerplate",
"version": "0.0.8.0",
"loyalty-version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/nextjs": "^7.56.0",
"@types/node": "18.16.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"antd": "^5.4.6",
"antd-img-crop": "^4.12.2",
"axios": "^1.3.6",
"change-object-case": "^0.2.1",
"country-state-city": "^3.1.4",
"eslint": "8.44.0",
"eslint-config-next": "^12.0.4",
"form-data": "^4.0.0",
"formidable": "^3.5.0",
"hex-to-rgba": "^2.0.1",
"html5-qrcode": "^2.3.8",
"invert-color": "^2.0.0",
"jsonapi-serializer": "^3.6.7",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"luxon": "^3.3.0",
"next": "13.3.1",
"next-auth": "^4.22.1",
"pluralize": "^8.0.0",
"react": "18.2.0",
"react-bottom-scroll-listener": "^5.1.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"sharp": "^0.32.1",
"styled-components": "^5.3.10",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/formidable": "^3.4.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.195",
"@types/luxon": "^3.3.0",
"@types/pluralize": "^0.0.29",
"@types/styled-components": "^5.1.26"
}
}