-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.84 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
{
"name": "hivemind",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@material-tailwind/react": "^1.4.2",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.3.6",
"classnames": "^2.3.2",
"framer-motion": "^10.12.16",
"fs": "^0.0.1-security",
"html-react-parser": "^3.0.16",
"next": "^13.4.1",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-reveal": "^1.2.2",
"react-scroll-to-top": "^3.0.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"swr": "^2.1.3",
"tw-elements": "^1.0.0-beta2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.4",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react-slick": "^0.23.10",
"autoprefixer": "^10.4.14",
"eslint": "8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "13.4.2",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"next-router-mock": "^0.9.3",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"prettier": "2.8.8",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
}
}