-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.47 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
{
"name": "events-mate-library",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/next-js": "2.1.5",
"@chakra-ui/react": "2.8.1",
"@chakra-ui/styled-system": "2.9.1",
"@chakra-ui/system": "2.6.1",
"@chakra-ui/theme-tools": "2.1.1",
"@ctrl/tinycolor": "^4.0.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/nextjs": "^7.105.0",
"@tanstack/react-query": "^5.40.0",
"@types/apple-mapkit-js-browser": "5.65.3",
"axios": "^1.6.7",
"browser-image-compression": "^2.0.2",
"chakra-react-select": "^4.7.6",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.8",
"hoist-non-react-statics": "^3.3.2",
"language-list": "^0.0.3",
"markdown-it": "^14.0.0",
"next": "14.1.0",
"next-seo": "6.1.0",
"next-translate": "2.6.2",
"qs": "^6.12.3",
"react": "^18",
"react-confetti": "^6.1.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.51.0",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-markdown-editor-lite": "^1.3.4",
"react-simple-star-rating": "^5.1.7",
"react-toastify": "^10.0.5",
"sass": "1.66.1",
"store": "^2.0.12",
"typescript": "5.2.2",
"zustand": "^4.5.4"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^6.0.2",
"@types/cypress": "^1.1.3",
"@types/markdown-it": "^13.0.6",
"@types/node": "^20.11.28",
"@types/qs": "^6.9.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/store": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"cypress": "^13.14.2",
"eslint": "8.49.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"next-translate-plugin": "2.6.2",
"ts-loader": "^9.5.1",
"typescript": "^5"
}
}