forked from gita/gita-frontend-v2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 995 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@apollo/client": "^3.5.5",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "v1",
"@popperjs/core": "2.9.1",
"@supabase/supabase-js": "^2.0.4",
"@svgr/cli": "^6.1.1",
"graphql": "^16.0.1",
"next": "latest",
"next-redux-wrapper": "^7.0.5",
"next-themes": "^0.0.15",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-h5-audio-player": "^3.8.1",
"react-player": "^2.9.0",
"react-redux": "^7.2.5",
"react-toastify": "^9.0.8",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"rooks": "^7.4.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.24.0",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"prettier": "^2.5.1",
"tailwindcss": "^2.2.4"
}
}