-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "oganisyan.com-v4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3004",
"build": "next build",
"start": "next start",
"deploy": "npx vercel --prod",
"lint": "next lint --fix",
"prepush": "yarn lint && yarn build",
"precommit": "yarn lint"
},
"dependencies": {
"autoprefixer": "^10.2.3",
"chart.js": "^3.7.1",
"classnames": "^2.2.6",
"comma-number": "^2.0.1",
"feed": "^4.2.2",
"firebase": "^9.6.6",
"next": "^11.1.2",
"next-mdx-remote": "^3.0.8",
"next-seo": "^4.17.0",
"next-themes": "^0.0.10",
"postcss": "^8.2.4",
"react": "17.0.1",
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.1",
"reading-time": "^1.2.1",
"swr": "^0.4.0"
},
"devDependencies": {
"@mdx-js/react": "^1.6.22",
"@tailwindcss/typography": "^0.4.0",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"firebase-admin": "^9.4.2",
"gray-matter": "^4.0.2",
"mdx-prism": "^0.3.1",
"rehype": "^11.0.0",
"rehype-autolink-headings": "^6.1.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0",
"sharp": "^0.29.3",
"tailwindcss": "^2.0.2"
}
}