-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.27 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.27 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "sun-set-analytics",
"version": "1.0.0",
"description": "A blank template to get started with Payload 3.0",
"license": "MIT",
"type": "module",
"scripts": {
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
"devsafe": "rm -rf .next && cross-env NODE_OPTIONS=--no-deprecation next dev",
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
"generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
},
"dependencies": {
"@libsql/client": "^0.15.3",
"@observablehq/plot": "^0.6.17",
"@payloadcms/db-sqlite": "^3.34.0",
"@payloadcms/next": "^3.34.0",
"@payloadcms/richtext-lexical": "^3.34.0",
"@payloadcms/ui": "^3.34.0",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"graphql": "^16.10.0",
"ky": "^1.8.1",
"libsql": "^0.5.5",
"next": "15.3.0",
"payload": "^3.34.0",
"payload-oapi": "0.2.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"sharp": "0.34.1",
"theme-ui": "^0.17.2"
},
"optionalDependencies": {
"@libsql/darwin-arm64": "^0.5.5",
"@libsql/linux-arm64-gnu": "^0.5.5",
"@libsql/linux-x64-gnu": "^0.5.5",
"@libsql/linux-x64-musl": "^0.5.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@next/eslint-plugin-next": "^15.3.0",
"@types/node": "^22.14.1",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"eslint": "^9.24.0",
"eslint-config-next": "15.3.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.5.3",
"typescript": "5.8.3"
},
"engines": {
"node": "^18.20.2 || >=20.9.0",
"pnpm": "^10.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
],
"overrides": {
"drizzle-orm": "^0.41.0",
"drizzle-proxy": "^0.41.0"
}
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}