-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 956 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
{
"name": "search-bible",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"predeploy": "npm run build",
"deploy": "next build && next export"
},
"dependencies": {
"@react-spring/three": "^9.1.0",
"@reduxjs/toolkit": "^1.5.1",
"@svgr/webpack": "^5.5.0",
"@tanstack/react-query": "^4.14.3",
"@types/react": "^17.0.3",
"await-sleep": "^0.0.1",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.6",
"next": "13.0.2",
"next-pwa": "^5.2.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.0.0",
"react-loader-spinner": "^4.0.0",
"react-redux": "^7.2.3",
"react-toastify": "^7.0.3",
"react-toggle-dark-mode": "^1.0.4",
"redux": "^4.0.5"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.9",
"tailwindcss": "^2.0.4",
"typescript": "^4.2.3"
}
}