-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
51
{
"name": "personal-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"dependencies": {
"@types/nprogress": "^0.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "^14.0.4",
"next-mdx-remote": "^4.4.1",
"nprogress": "^0.2.0",
"prettier": "^2.3.2",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slugify": "^1.5.3",
"tailwindcss-cli": "^0.1.2"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@mdx-js/react": "^3.0.0",
"@next/eslint-plugin-next": "^14.1.0",
"@types/lodash": "^4.14.172",
"@types/mdx-js__react": "^1.5.4",
"@types/node": "20.10.4",
"@types/react": "17.0.11",
"@types/react-dom": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "^10.2.6",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"next-seo": "^6.4.0",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "^4.9.5"
}
}