-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "juzibot-official-website",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "rm -fr ./.next && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export && rm -rf ./build && mv ./out ./build",
"docker-ci": "./script/build_docker_ci.sh",
"cdn": "./script/upload_to_cdn.sh"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@react-hookz/web": "^16.0.0",
"antd": "^4.23.5",
"aos": "^3.0.0-beta.6",
"axios": "^0.25.0",
"classnames": "^2.3.2",
"daisyui": "^2.31.0",
"dotenv": "^16.0.0",
"dplayer": "^1.26.0",
"fs": "^0.0.1-security",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"next": "^11.1.3",
"next-i18next": "^8.9.0",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-tooltip": "^4.2.21",
"request-ip": "^2.1.3",
"sass": "^1.44.0",
"swiper": "^7.3.1"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/dplayer": "^1.25.2",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.178",
"@types/react": "17.0.31",
"@types/request-ip": "^0.0.37",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"autoprefixer": "^10.4.12",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "4.4.4",
"typescript-eslint": "^0.0.1-alpha.0"
}
}