forked from NebulaServices/Dynamic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "dynamic",
"version": "0.7.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --max-http-header-size=50000 index",
"build:dev": "node esbuild.dev.js",
"build:prod": "node esbuild.prod.js",
"build": "node esbuild.prod.js",
"webpack": "echo 'Webpack building is no longer a supported build utility.'"
},
"keywords": [],
"author": "",
"license": "LGPL-2.0-only",
"dependencies": {
"@dynamic-pkg/mime": "^1.0.1",
"@dynamic-pkg/mutation": "^1.0.0",
"@fastify/compress": "^6.4.0",
"@fastify/static": "^6.10.2",
"@tomphttp/bare-client": "^2.2.0-alpha",
"@tomphttp/bare-server-node": "^2.0.1",
"acorn": "^8.10.0",
"astring": "^1.8.6",
"chalk": "^5.3.0",
"cookie": "^0.5.0",
"domhandler": "^5.0.3",
"esbuild": "^0.19.0",
"fastify": "^4.21.0",
"git-commit-info": "^2.0.2",
"idb": "^7.0.2",
"open": "^9.1.0",
"parse5": "^7.1.2",
"path-browserify": "^1.0.1",
"set-cookie-parser": "^2.6.0"
},
"type": "module",
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/crypto-js": "^4.1.1",
"@types/mime-db": "^1.43.1",
"@types/path-browserify": "^1.0.0",
"@types/set-cookie-parser": "^2.4.2",
"execa": "^8.0.1",
"ts-node": "^10.8.1",
"typescript": "^5.1.6"
}
}