-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 KB
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
{
"name": "nonleaguegrounds-local",
"version": "1.2.0",
"description": "Database of British non-league grounds",
"main": "index.html",
"scripts": {
"start": "ELEVENTY_ENV=development eleventy --serve --incremental",
"build": "ELEVENTY_ENV=production eleventy"
},
"keywords": [
"football",
"soccer",
"uk"
],
"prettier": {
"singleQuote": false,
"trailingComma": "es5",
"tabwidth": 2
},
"author": "Mark McLaughlin",
"license": "MIT",
"dependencies": {
"netlify-plugin-cache": "^1.0.3"
},
"packageManager": "pnpm@8.1.0",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-vite": "^4.0.0",
"@picocss/pico": "^1.5.6",
"@prettier/plugin-xml": "^2.2.0",
"comma-number": "^2.1.0",
"dayjs": "^1.11.7",
"distance-from": "^1.1.2",
"dotenv": "^16.0.3",
"js-yaml": "^4.1.0",
"ordinal": "^1.0.3",
"sass": "^1.61.0",
"sharp": "^0.32.0",
"svgo": "^3.0.2",
"vite-plugin-image-optimizer": "^1.1.2"
}
}