-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
44
45
46
{
"name": "accessdlsu-website",
"version": "0.2.0",
"description": "The official website of ACCESS DLSU.",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv env.d.ts"
},
"dependencies": {
"framer-motion": "^12",
"lucide-react": "*",
"next": "^15",
"next-auth": "^5.0.0-beta",
"pdf-lib": "^1.17",
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@cloudflare/workers-types": "^4",
"@eslint/eslintrc": "^3",
"@opennextjs/cloudflare": "^1",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10",
"baseline-browser-mapping": "^2.9.7",
"comment-json": "^4",
"eslint": "^9",
"eslint-config-next": "^15",
"glob": "^11",
"tailwindcss": "^4",
"typescript": "^5",
"wrangler": "^4.42.2"
},
"browserslist": [
"defaults",
"Safari >= 14"
]
}