-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.1.0",
"autoprefixer": "^10.4.2",
"file-system": "^1.2.2",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"husky": "^8.0.1",
"next": "12.1.0",
"next-mdx-remote": "^4.0.0",
"next-themes": "^0.1.1",
"postcss": "^8.4.8",
"react": "17.0.2",
"react-code-blocks": "^0.0.9-0",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"gh-pages": "^4.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.2"
}
}