-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.64 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
{
"name": "dg.pub-landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"lint": "next lint",
"lint:fix": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@reach/dialog": "^0.18.0",
"@tanstack/react-query": "^4.35.3",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"accept-language": "^3.0.18",
"antd": "^5.16.4",
"aos": "^2.3.4",
"axios": "^1.6.8",
"axios-auth-refresh": "^3.3.6",
"bignumber.js": "^9.1.2",
"cookie": "^0.6.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.24",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-resources-to-backend": "^1.2.0",
"next": "14.1.4",
"next-i18n-router": "^5.4.0",
"next-view-transitions": "^0.1.1",
"qr-scanner": "^1.4.2",
"react": "^18",
"react-cookie": "^7.1.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-i18next": "^14.1.0",
"react-multi-carousel": "^2.8.5",
"react-select": "^5.8.0",
"react-spring": "^9.7.3",
"react-switch": "^7.0.0",
"react-toastify": "^10.0.5",
"react-typed": "^2.0.12",
"walktour": "^5.2.0"
},
"devDependencies": {
"@types/node": "^20.12.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"husky": "^8.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"prettier": {
"singleQuote": false,
"semi": false,
"trailingComma": "all"
}
}