-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
27 lines (27 loc) · 971 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
{
"name": "wpostats",
"version": "1.0.0",
"description": "Performance can have a dramatic impact on important business metrics online, as study after study has showed. The goal of [WPO Stats](http://wpostats.com) is to become a repository of those studies so that people can find the studies most relevant to their own situation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm-run-all --parallel dev:*",
"dev:eleventy": "cross-env NODE_ENV=development eleventy --serve",
"dev:worker": "wrangler dev workers/search.js",
"build": "cross-env NODE_ENV=production eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"markdown-it-deflist": "^3.0.0",
"node-fetch": "^3.3.2",
"wrangler": "^3.0.0"
},
"devDependencies": {
"clean-css": "^5.3.3",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5"
}
}