-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.18 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
68
69
70
71
72
73
74
75
76
77
{
"name": "SampleSite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"analyze": "ANALYZE=true next build",
"localize": "node scripts/localize.js",
"start:server": "next start"
},
"dependencies": {
"@emoji-mart/data": "^1.0.8",
"@emoji-mart/react": "^1.0.1",
"@progresso/react-giphy-picker-https": "^1.3.6",
"@types/lodash": "^4.14.194",
"add": "^2.0.6",
"antd": "^4.23.4",
"axios": "^1.1.0",
"dayjs": "^1.11.6",
"emoji-mart": "^5.3.3",
"flexiblegrid": "^1.2.2",
"html-react-parser": "^3.0.4",
"lodash": "^4.17.21",
"md5-hash": "^1.0.1",
"next": "12.3.1",
"next-i18next": "^12.1.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"qs": "^6.11.1",
"query-string": "^7.1.3",
"react": "18.2.0",
"react-burger-menu": "^3.0.8",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-full-screen": "^1.1.1",
"react-mentions": "^4.4.7",
"react-scrollbar": "^0.5.6",
"react-select": "^5.4.0",
"react-slick": "^0.29.0",
"sas": "^3.0.4",
"sass": "^1.55.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.5.4",
"swr": "^1.3.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@google-cloud/translate": "^7.0.3",
"@next/bundle-analyzer": "^13.0.0",
"@svgr/webpack": "^6.4.0",
"@types/node": "18.8.3",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/react": "18.0.21",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "18.0.6",
"@types/react-scrollbar": "^0.5.3",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prettier": "^2.7.1",
"terser-webpack-plugin": "^5.3.6",
"typescript": "4.8.4"
}
}