-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
43
{
"name": "website",
"author": "The dahliaOS Authors",
"description": "dahliaOS Website",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"build:cfpages": "npx @cloudflare/next-on-pages"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"@reach/skip-nav": "^0.18.0",
"@vercel/og": "^1.0.0",
"framer-motion": "^12.6.2",
"next": "15.2.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"swr": "^2.3.3"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.10",
"@types/node": "22.13.14",
"@types/react": "19.0.12",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^9.23.0",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.5",
"eslint-plugin-react": "^7.37.4",
"prettier": "^3.5.3",
"typescript": "5.8.2"
}
}