-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
{
"name": "cigsmoke-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:gen": "node ./swagger/codegen.js",
"postbuild": "next-sitemap --config custom-sitemap.config.js"
},
"dependencies": {
"@a2seven/yoo-checkout": "^1.1.2",
"@ant-design/charts": "^1.4.2",
"@brainhubeu/react-carousel": "^2.0.4",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mapbox/search-js-react": "^1.0.0-beta.13",
"@mui/material": "^5.9.0",
"@reduxjs/toolkit": "^1.8.2",
"@svgr/webpack": "^6.2.1",
"antd": "^4.21.3",
"antd-colorpicker": "^1.0.0",
"axios": "^0.27.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^2.0.7",
"classnames": "^2.3.1",
"concurrently": "^7.2.2",
"eslint-plugin-prettier": "^4.0.0",
"framer-motion": "^6.3.16",
"http-proxy-middleware": "^2.0.6",
"json-server": "^0.17.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.9.2",
"moment": "^2.29.4",
"next": "^12.1.6",
"next-redux-wrapper": "^7.0.5",
"next-share": "^0.18.0",
"next-sitemap": "^3.1.21",
"react": "^18.2.0",
"react-awesome-reveal": "^3.8.1",
"react-countdown": "^2.3.2",
"react-custom-checkbox": "^2.0.2",
"react-detect-click-outside": "^1.1.7",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-indiana-drag-scroll": "^2.2.0",
"react-input-mask": "^2.0.4",
"react-map-gl": "^7.0.18",
"react-modal": "^3.15.1",
"react-redux": "^8.0.2",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.3.0",
"sass": "^1.53.0",
"styled-components": "^5.3.5",
"swagger-axios-codegen": "^0.13.3",
"typescript": "^4.7.4",
"uuid": "^8.3.2",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/brainhubeu__react-carousel": "^2.0.5",
"@types/classnames": "^2.3.1",
"@types/styled-components": "^5.1.25",
"eslint-config-prettier": "^8.5.0",
"import-sort-style-module": "^6.0.0",
"prettier": "^2.7.1"
},
"resolutions": {
"styled-components": "^5"
}
}