-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 925 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
{
"name": "11ty-edge-air-quality",
"version": "1.0.0",
"description": "Gets your local air quality using 11ty-edge functions (US only atm)",
"main": "eleventy.config.cjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "eleventy",
"serve": "eleventy --serve",
"dev": "eleventy --quiet --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdarrik/11ty-edge-air-quality.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdarrik/11ty-edge-air-quality/issues"
},
"homepage": "https://github.com/mdarrik/11ty-edge-air-quality#readme",
"private": true,
"devDependencies": {
"@11ty/eleventy": "^2.0.0-canary.16",
"modern-css-reset": "^1.4.0",
"open-props": "^1.4.16",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"postcss-jit-props": "^1.0.7"
}
}