-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "lyonjs-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "oxlint",
"fmt": "oxfmt --write .",
"fmt:check": "oxfmt --check .",
"prepare": "husky",
"e2e": "playwright test"
},
"dependencies": {
"@next/mdx": "16.1.6",
"motion": "^12.0.0",
"next": "16.1.6",
"normalize.css": "8.0.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.0.0",
"sharp": "^0.34.0",
"temporal-polyfill": "^0.3.0",
"yet-another-react-lightbox": "^3.21.4"
},
"devDependencies": {
"@playwright/test": "1.58.2",
"@types/node": "24.11.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"classnames": "2.5.1",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"husky": "^9.0.0",
"oxfmt": "^0.36.0",
"oxlint": "^1.42.0",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.30.3"
}