-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.76 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
64
65
66
67
{
"name": "longbridge-cloud",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port=3000",
"dev:prod": "PROXY=prod next dev --port=3000",
"build": "next build && next export && yarn normalize-asset-path",
"normalize-asset-path": "node ./normalize-asset-path",
"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",
"antd": "4.23.3",
"classnames": "^2.3.1",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"lodash": "^4.17.21",
"next": "11.1.0",
"next-i18next": "^11.0.0",
"next-seo": "^5.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.16.8",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.7",
"swiper": "^8.1.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",
"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"
}
}