-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.31 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.31 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "longbridge-cloud",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider next dev --port=3001",
"dev:prod": "NODE_OPTIONS=--openssl-legacy-provider PROXY=prod next dev --port=3000",
"build": "NODE_OPTIONS=--openssl-legacy-provider next build && next export && yarn normalize-asset-path && yarn create-sitemap",
"normalize-asset-path": "node ./normalize-asset-path",
"create-sitemap": "node ./create-sitemap.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "4.5.0",
"@ant-design/pro-card": "1.18.34",
"@ant-design/pro-layout": "6.34.9",
"@supabase/supabase-js": "^2.45.2",
"ahooks": "^3.3.10",
"animate.css": "^4.1.1",
"antd": "4.23.3",
"axios": "^1.8.3",
"classnames": "^2.3.1",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"libphonenumber-js": "^1.12.5",
"lodash": "^4.17.21",
"modern-screenshot": "^4.6.0",
"next": "11.1.0",
"next-i18next": "^11.0.0",
"next-seo": "^5.4.0",
"qrcode.react": "^4.2.0",
"react": "17.0.2",
"react-device-detect": "^2.2.3",
"react-dom": "17.0.2",
"react-i18next": "^11.16.8",
"react-modal": "^3.16.3",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.7",
"swiper": "^8.1.4",
"tailwind-merge": "^2.6.0",
"ufo": "^1.5.4",
"video.js": "^7.18.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.6",
"@svgr/webpack": "^5.5.0",
"@types/node": "17.0.31",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.11",
"@types/video.js": "^7.3.39",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"autoprefixer": "^10.4.7",
"eslint": "^7.32.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"sass": "^1.51.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.0.23",
"typescript": "4.6.4"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"i18nExtractor": {
"localePath": "./public/locales",
"keyPrefixMaxDepth": 5,
"stripKeyPrefix": ""
},
"resolutions": {
"@types/react": "17.0.11",
"@types/react-dom": "17.0.11"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}