-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "blog",
"packageManager": "npm@10.9.0+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b",
"private": true,
"scripts": {
"prepare": "husky",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"date-fns": "^3",
"date-fns-tz": "^3.2.0",
"microcms-js-sdk": "^3.1.2",
"next": "^14.2.14",
"react": "^18",
"react-dom": "^18",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"uikit": "^3.21.13"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uikit": "^3.14.5",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8",
"eslint-config-next": "^14.2.14",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"pdfjs-dist": "^4.6.82",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"stylelint": "^16.9.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": ">=5 <5.6.0"
}
}