-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 926 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
{
"name": "cloudflarestatictemplate",
"version": "1.0.0",
"description": "A Cloudflare Static Template with Minified Building",
"scripts": {
"build": "node scripts/build.js src dist",
"dev": "wrangler pages dev ./src --live-reload --ip 0.0.0.0",
"serve": "node scripts/build.js src dist && wrangler pages dev ./dist --ip 0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gwashark/CloudflareStaticTemplate.git"
},
"keywords": [
"cloudflare",
"static",
"template",
"pages"
],
"author": "GwaShark",
"license": "ISC",
"bugs": {
"url": "https://github.com/gwashark/CloudflareStaticTemplate/issues"
},
"homepage": "https://github.com/gwashark/CloudflareStaticTemplate#readme",
"dependencies": {
"clean-css": "^5.3.3",
"html-minifier": "^4.0.0",
"sharp": "^0.33.5",
"uglify-js": "^3.19.3",
"wrangler": "^3.107.2"
}
}