-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
78 lines (78 loc) · 2.21 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
78
{
"name": "opus-web",
"version": "1.0.0",
"author": "grayic",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "eslint --ext js,ts,tsx ./",
"lint:fix": "eslint --ext js,ts,tsx ./ --fix"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.11",
"@n8tb1t/use-scroll-position": "^2.0.3",
"aos": "^3.0.0-beta.6",
"bootstrap": "^5.2.3",
"chakra-paginator": "^0.7.3",
"dayjs": "^1.11.7",
"framer-motion": "^6.5.1",
"google-map-react": "^2.2.0",
"lodash": "^4.17.21",
"next": "^14.2.10",
"next-fonts": "^1.5.1",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-bootstrap": "^2.7.1",
"react-countdown": "^2.3.5",
"react-countup": "^6.4.1",
"react-day-picker": "^8.5.1",
"react-dom": "18.0.0",
"react-hook-form": "^7.43.0",
"react-icons": "^4.7.1",
"react-lazyload": "^3.2.0",
"react-player": "^2.11.2",
"react-range": "^1.8.14",
"react-scroll": "^1.8.9",
"react-select": "^5.7.0",
"react-share": "^4.4.1",
"react-slick": "^0.29.0",
"react-tilt": "^0.1.4",
"sass": "^1.58.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5",
"yup": "^0.32.11",
"yup-es": "^1.0.8"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@types/faker": "^6.6.9",
"@types/node": "^17.0.44",
"@types/react": "18.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^7.32.0",
"eslint-config-next": "^12.2.2",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"faker": "^6.6.6",
"husky": "^7.0.4",
"imagemin-mozjpeg": "^8.0.0",
"lint-staged": "^12.5.0",
"next-optimized-images": "^2.6.2",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.94.0"
}
}