-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.85 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": "islamer-kantho",
"version": "1.0.0",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.15.15",
"@next/third-parties": "^14.2.2",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^2.8.0",
"@sanity/image-url": "^1.0.1",
"clsx": "^1.2.1",
"date-fns": "^2.15.0",
"next": "^14.2.2",
"next-pwa": "^5.6.0",
"next-sanity": "^0.1.5",
"nextjs-progressbar": "^0.0.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.3.6",
"react-icons": "^4.6.0",
"sass": "^1.56.1",
"swiper": "^11.1.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@sanity/cli": "^2.0.5",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^8.18.0",
"eslint-config-next": "^14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3"
},
"description": " ",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/abutahermuammad/islamer-kantho-new.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abutahermuammad/islamer-kantho-new/issues"
},
"homepage": "https://github.com/abutahermuammad/islamer-kantho-new#readme",
"packageManager": "[email protected]+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39"
}