-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "speedlify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm -rf _data/results/* && rm -rf .log && rm -rf _site",
"test-pages": "node run-tests",
"build": "npx @11ty/eleventy --quiet",
"start": "npx @11ty/eleventy --quiet --serve",
"zip-results": "node zip-results.js",
"build-production": "npm run test-pages && npm run build && npm run zip-results"
},
"keywords": [
"performance",
"lighthouse"
],
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zachleat/speedlify.git"
},
"bugs": {
"url": "https://github.com/zachleat/speedlify/issues"
},
"homepage": "https://github.com/zachleat/speedlify#readme",
"dependencies": {
"@11ty/eleventy": "0.11.0",
"byte-size": "^7.0.0",
"chartist": "^0.11.4",
"cross-zip": "^3.1.0",
"dotenv": "^8.2.0",
"fast-glob": "^3.2.4",
"lodash": "^4.17.15",
"node-fetch": "^2.6.0",
"performance-leaderboard": "^3.1.1",
"short-hash": "^1.0.0"
}
}