-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
45
46
47
{
"name": "bibliopolitica",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm-run-all -p dev:*",
"build": "run-s build:*",
"test": "run-s test:*",
"dev:11ty": "eleventy --serve",
"dev:css": "tailwindcss -i site/css/styles.css -o dist/css/styles.css --watch --postcss",
"build:11ty": "env NODE_ENV=production eleventy",
"build:css": "tailwindcss -i site/css/styles.css -o dist/css/styles.css --postcss",
"test:build": "npm run build:css && eleventy",
"test:links": "hyperlink dist",
"test:a11y": "lhci autorun"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.17",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.19",
"daisyui": "^4.5.0",
"markdown-it-anchor": "^9.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.0"
},
"dependencies": {
"@axe-core/cli": "^4.9.0",
"@lhci/cli": "^0.14.0",
"@untitaker/hyperlink": "^0.1.32",
"clean-css": "^5.2.4",
"flickity": "^3.0.0",
"itemsjs": "^2.1.25",
"leaflet": "^1.9.4",
"leaflet-iiif": "^3.0.0",
"leaflet-sleep": "^0.5.2",
"leaflet.fullscreen": "^3.0.0",
"lunr": "^2.3.9",
"moment": "^2.29.1"
}
}