-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.38 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": "markedblogs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.0.10",
"@reduxjs/toolkit": "^1.8.1",
"disqus-react": "^1.1.2",
"firebase": "^9.6.7",
"framer-motion": "^6.2.8",
"graphql": "^16.3.0",
"graphql-request": "^4.0.0",
"gray-matter": "^4.0.3",
"html-react-parser": "^1.4.8",
"marked": "^4.0.0",
"moment": "^2.29.1",
"mongodb": "^4.3.1",
"mongoose": "^6.2.1",
"next": "12.0.8",
"next-redux-wrapper": "^7.0.5",
"next-themes": "^0.0.15",
"node-sass": "^6.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.8",
"react-share": "^4.4.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.1",
"@types/marked": "^4.0.1",
"@types/node": "17.0.10",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.16",
"typescript": "4.5.5"
}
}