-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "landing",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "node ./script.js && next dev",
"search": "node ./script.js",
"build": "node ./script.js && next build",
"start": "npx serve ./out",
"lint": "eslint"
},
"dependencies": {
"@devup-ui/components": "workspace:^",
"@devup-ui/react": "workspace:^",
"@devup-ui/reset-css": "workspace:^",
"@mdx-js/loader": "^3.1",
"@mdx-js/react": "^3.1",
"@next/mdx": "^16.2",
"body-scroll-lock": "3.1",
"clsx": "^2.1",
"lenis": "1.3",
"next": "^16.2",
"react": "^19.2",
"react-dom": "^19.2",
"react-markdown": "^10.1",
"react-syntax-highlighter": "^16.1"
},
"devDependencies": {
"@devup-ui/next-plugin": "workspace:^",
"@types/body-scroll-lock": "^3.1",
"@types/mdx": "^2.0",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5",
"babel-plugin-react-compiler": "^1.0",
"typescript": "^6"
}
}