-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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": "msamgan.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@giscus/react": "^3.0.0",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.2",
"highlight.js": "^11.10.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.5.0",
"next": "^14.2.15",
"next-themes": "^0.3.0",
"prettier": "^3.3.0",
"react": "^18.3.1",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"turndown": "^7.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false,
"printWidth": 112
}
}