-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "dionysus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.2",
"@chakra-ui/react": "^2.5.5",
"@chakra-ui/shared-utils": "^2.0.4",
"@chakra-ui/styled-system": "^2.6.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/londrina-outline": "^4.5.9",
"@fontsource/poppins": "^4.5.10",
"@types/node": "18.15.11",
"@types/react": "18.0.36",
"@types/react-dom": "18.0.11",
"@types/react-slick": "^0.23.10",
"axios": "^1.4.0",
"eslint": "8.38.0",
"eslint-config-next": "^13.4.0",
"framer-motion": "^10.12.2",
"next": "^13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.8.0",
"react-slick": "^0.29.0",
"server-only": "^0.0.1",
"slick-carousel": "^1.8.1",
"typescript": "5.0.4",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4"
}
}