forked from payloadcms/next-payload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.24 KB
/
package.json
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
{
"name": "@payloadcms/next-payload",
"description": "Payload deployed as Vercel functions within a NextJS app",
"version": "0.0.34",
"license": "MIT",
"author": {
"email": "info@payloadcms.com",
"name": "Payload CMS",
"url": "https://payloadcms.com"
},
"maintainers": [
{
"name": "Payload CMS",
"email": "dev@payloadcms.com",
"url": "https://payloadcms.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/next-payload.git"
},
"main": "./index.js",
"bin": {
"next-payload": "bin.js"
},
"scripts": {
"build": "tsc --build tsconfig.json"
},
"files": [
"mocks",
"templates",
"utilities",
"dist",
"*.js"
],
"dependencies": {
"@swc/core": "^1.3.35",
"@swc/register": "^0.1.10",
"qs": "^6.11.1",
"sass": "^1.58.2",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"peerDependencies": {
"payload": "^1.11.7"
},
"devDependencies": {
"@swc/wasm": "^1.3.35",
"@types/express": "^4.17.9",
"@types/node": "^18.11.18",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"next": "^13.1.2",
"payload": "^1.13.4",
"typescript": "^4.8.4",
"webpack-hot-middleware": "^2.25.3"
}
}