forked from nodecraft/crafthead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 913 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
{
"name": "crafthead",
"version": "1.0.0",
"main": "worker/index.js",
"repository": "[email protected]:astei/crafthead.git",
"author": "Andrew Steinborn <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@cloudflare/workers-types": "^2.2.1",
"@types/node": "^13.1.8",
"@udacity/types-service-worker-mock": "^1.1.1",
"@wasm-tool/wasm-pack-plugin": "^1.3.1",
"babel-loader": "^8.1.0",
"cloudflare-worker-mock": "^1.1.1",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.1.1",
"@types/base64-js": "^1.2.5",
"@types/webpack-env": "^1.15.0",
"base64-js": "^1.3.1",
"bloom-filters": "^1.3.4"
}
}