-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 954 Bytes
/
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
{
"name": "blackswamp2",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"prepare": "echo 'You must use Makefile!'; false",
"serve": "node serve.js"
},
"dependencies": {
"ajv": "^8.11.0",
"marked": "^12.0.0",
"minimist": "^1.2.7",
"preact": "^10.11.2",
"preact-render-to-string": "^6.4.0",
"xss": "^1.0.14",
"yaml": "^2.2.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/minimist": "^1.2.1",
"clean-css": "^5.3.1",
"rollup": "^4.22.4",
"rollup-plugin-node-externals": "^7.0.1",
"terser": "^5.15.1",
"tslib": "^2.4.1",
"typescript": "^5.3.3",
"typescript-json-schema": "^0.63.0"
},
"resolutions": {
"yargs": "file:./yargs-placeholder"
},
"optionalDependencies": {
"@cloudflare/workers-types": "^4.20221111.1"
}
}