-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
{
"name": "marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"heroku-postbuild": "npm run build",
"lint": "next lint",
"dev:test": "env-cmd -f .env.testing next dev -p 4000"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.6.0",
"@mui/lab": "^5.0.0-alpha.79",
"@mui/material": "^5.6.0",
"@mui/x-date-pickers-pro": "^5.0.0-alpha.1",
"@mui/x-license-pro": "^5.9.0",
"antd": "^4.19.5",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"date-fns": "^2.28.0",
"firebase": "^9.6.10",
"framer-motion": "^6.3.3",
"next": "^12.1.2",
"nextjs-progressbar": "^0.0.14",
"react": "^18.1.0",
"react-countup": "^6.2.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.30.0",
"react-icons": "^4.3.1",
"react-messenger-customer-chat": "^0.8.0",
"react-moment": "^1.1.2",
"react-player": "^2.10.0",
"react-slick": "^0.28.1",
"recharts": "^2.1.9",
"scss": "^0.2.4",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.4.1",
"sweetalert2": "^11.4.8",
"swiper": "^8.1.0",
"timeago.js": "^4.0.2"
},
"proxy": "https://intense-forest-11415.herokuapp.com/auth",
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.165",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"eslint-plugin-react-hooks": "^4.4.0",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.23"
}
}