-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "dson-market-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 127.0.0.1",
"build": "next build",
"start": "next start",
"lint": "eslint ./",
"export": "next export"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^1.0.6",
"@kommunicate/kommunicate-chatbot-plugin": "^0.0.7",
"@netlify/plugin-nextjs": "^4.41.3",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.24.0",
"autoprefixer": "^10.4.14",
"eslint": ">=5.16.0",
"eslint-config-next": "13.2.4",
"javascript-time-ago": "^2.5.9",
"next": "^13.5.6",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-avatar-edit": "^1.2.0",
"react-avatar-editor": "^13.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-image-crop": "^10.1.4",
"react-intersection-observer": "^9.13.0",
"react-spinners": "^0.13.8",
"react-time-ago": "^7.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "3.0.3"
},
"eslintConfig": {
"extends": [
"react-app"
]
}
}