forked from seamapi/nextjs-server-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.37 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "nextjs-server-modules",
"version": "4.8.2",
"main": "bin.js",
"repository": "git@github.com:hello-seam/nextjs-server-modules.git",
"author": "seveibar <seveibar@gmail.com>",
"scripts": {
"test": "ava -s",
"build:old": "rimraf ./dist && swc ./lib -d ./dist/lib && swc ./nsm -d ./dist/nsm",
"format": "prettier --write --ignore-path .gitignore .",
"format:check": "prettier --check --ignore-path .gitignore ."
},
"bin": {
"nsm": "./bin.js"
},
"license": "MIT",
"peerDependencies": {
"@swc/core": "^1.0.0",
"@types/content-type": "^1.0.0",
"@types/cookie": "^0.5.0",
"@types/debug": "^4.0.0",
"ava": "^5.0.0",
"axios": "^1.0.0",
"content-type": "^1.0.0",
"cookie": "^0.5.0",
"debug": "^4.0.0",
"esbuild-runner": "^2.0.0",
"escape-string-regexp": "^4.0.0",
"get-port": "^5.0.0",
"glob": "^10.0.0",
"mime-types": "^2.0.0",
"mkdirp": "^3.0.0",
"next": "^12.0.0||^13.0.0||^14.0.0",
"nextjs-middleware-wrappers": "^1.0.0",
"path-to-regexp": "^6.0.0",
"prettier": "^2.0.0 || ^3.0.0",
"raw-body": "^2.0.0"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.124",
"@types/content-type": "^1.1.5",
"@types/cookie": "^0.5.1",
"@types/debug": "^4.1.7",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.15.11",
"@types/react": "^18.0.20",
"ava": "^5.2.0",
"axios": "^1.3.5",
"content-type": "^1.0.5",
"cookie": "^0.5.0",
"debug": "^4.3.4",
"esbuild-runner": "^2.2.1",
"escape-string-regexp": "^4.0.0",
"execa": "^5.0.0",
"get-port": "^5.0.0",
"glob": "^10.0.0",
"mime-types": "^2.1.35",
"mkdirp": "^3.0.0",
"next": "^13.5.4",
"nextjs-middleware-wrappers": "^1.3.0",
"path-to-regexp": "^6.2.0",
"prettier": "^3.0.3",
"raw-body": "^2.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"edge-runtime": "2.5.4",
"esbuild": "0.19.5",
"esbuild-plugin-environment": "0.2.4",
"find-up": "^5.0.0",
"load-tsconfig": "^0.2.5",
"recursive-copy": "^2.0.13",
"rmfr": "^2.0.0",
"tsup": "^7.1.0",
"yargs": "^17.3.1"
}
}