-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "defite-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --write \"{components,layouts,lib,pages}/**/*.{js,tsx}\" && next lint",
"prepare": "husky"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@tryghost/content-api": "^1.11.21",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"classnames": "^2.5.1",
"next": "14.2.3",
"prismjs": "^1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.3",
"windicss-webpack-plugin": "^1.8.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/prismjs": "^1.26.3",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "5.4.5"
},
"packageManager": "yarn@3.5.0"
}