-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
{
"name": "fatwaweb",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint",
"express": "nodemon server.js"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@material-ui/core": "^4.12.3",
"@tailwindcss/forms": "^0.5.0",
"algoliasearch": "^4.12.0",
"aos": "^2.3.4",
"axios": "^0.24.0",
"babel": "^6.23.0",
"cookies": "^0.8.0",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"googleapis": "^92.0.0",
"gray-matter": "^4.0.3",
"grey-matter": "^0.0.0",
"headlessui": "^0.0.0",
"heroicons": "^1.0.6",
"mongoose": "^6.1.7",
"morgan": "^1.10.0",
"next": "^13.0.6",
"nvm": "^0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-instantsearch-dom": "^6.19.0",
"react-router-dom": "^6.3.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sharp": "^0.31.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "7.32.0",
"eslint-config-next": "^13.0.6",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.17",
"tailwindcss-rtl": "^0.8.0"
}
}