-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.75 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.75 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
{
"name": "",
"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 --turbopack",
"devsafe": "rm -rf .next && cross-env NODE_OPTIONS=--no-deprecation next dev --turbopack",
"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": {
"@payloadcms/db-mongodb": "3.57.0",
"@payloadcms/next": "3.57.0",
"@payloadcms/payload-cloud": "3.57.0",
"@payloadcms/richtext-lexical": "3.57.0",
"@payloadcms/storage-s3": "3.57.0",
"@tabler/icons-react": "^3.31.0",
"@tailwindcss/postcss": "^4.1.4",
"cross-env": "^7.0.3",
"graphql": "^16.8.1",
"next": "15.2.3",
"payload": "3.57.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "0.32.6",
"slugify": "^1.6.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@flydotio/dockerfile": "^0.7.10",
"@types/node": "^22.5.4",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "^9.16.0",
"eslint-config-next": "15.2.3",
"postcss": "^8.5.3",
"prettier": "^3.4.2",
"tailwindcss": "^4.1.4",
"typescript": "5.7.3"
},
"engines": {
"node": "^18.20.2 || >=20.9.0",
"pnpm": "^10"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}