-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.26 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.26 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "name-project",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"pre-commit": "next lint --fix && git add -A .",
"svgr": "svgr --icon 24px --svg-props role={'icon-default'} --replace-attr-values #1E1E1E={'currentColor'} -d public/assets/svgs -- public/imgs/icons",
"svgr-title": "svgr --icon 48px --svg-props role={'icon-title'} --replace-attr-values #fff={'currentColor'} -d public/assets/svgs-title -- public/imgs/icon-title"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@googlemaps/react-wrapper": "^1.1.31",
"@hookform/resolvers": "^2.8.8",
"@react-google-maps/api": "^2.10.2",
"@reduxjs/toolkit": "^1.5.1",
"@svgr/cli": "^6.5.1",
"@svgr/core": "^6.5.1",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanem/react-nprogress": "^5.0.15",
"antd": "^5.11.0",
"axios": "^0.26.1",
"chart.js": "^4.3.0",
"chart.js-plugin-labels-dv": "^5.0.1-beta",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "^2.3.1",
"clsx": "^1.2.1",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.1",
"firefly-react": "^22.5.0",
"font-awesome": "^4.7.0",
"formik": "^2.2.9",
"isomorphic-dompurify": "^0.19.0",
"keen-slider": "^6.7.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.4.19",
"next-auth": "^4.10.3",
"next-images": "^1.8.4",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"rc-dialog": "^8.8.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dat-gui": "^4.1.1",
"react-dom": "^18.2.0",
"react-fps-stats": "^0.3.1",
"react-hook-form": "^7.34.2",
"react-icons": "^4.3.1",
"react-loading": "^2.0.3",
"react-loading-skeleton": "^3.1.0",
"react-modern-drawer": "^1.1.1",
"react-number-format": "^4.9.3",
"react-player": "^2.10.1",
"react-query": "^3.39.0",
"react-reveal": "^1.2.2",
"react-spinners": "^0.13.8",
"react-toastify": "^9.0.1",
"react-zoom-pan-pinch": "^2.1.3",
"redux-saga": "^1.1.3",
"uniqid": "^5.4.0",
"use-subscription": "^1.6.0",
"yup": "^0.32.11",
"zustand": "^4.1.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@next/bundle-analyzer": "^12.1.4",
"autoprefixer": "^10.4.13",
"eslint": "8.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.4.3",
"preact-global-state": "^1.0.5",
"prettier": "^2.6.2",
"react-select": "^5.4.0",
"react-share": "^4.4.0",
"react-slick": "^0.29.0",
"sass": "^1.54.8",
"slick-carousel": "^1.8.1",
"swr": "^1.3.0",
"tailwindcss": "^3.2.4"
}
}