-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
45
{
"name": "nextjs-site",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "14.2.15",
"@pigment-css/react": "0.0.24",
"date-fns": "4.1.0",
"negotiator": "0.6.3",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3"
},
"devDependencies": {
"@lhci/cli": "0.14.0",
"@pigment-css/nextjs-plugin": "0.0.24",
"@types/css": "0.0.38",
"@types/mdx": "2.0.13",
"@types/negotiator": "0.6.3",
"@types/node": "22.7.6",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:lighthouse": "lhci autorun",
"upgrade": "yarn set version latest",
"postinstall": "husky install"
},
"packageManager": "[email protected]"
}