-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.16 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
{
"name": "glossary-page-template",
"version": "5.13.0",
"description": "Create a glossary as a single HTML page hosted anywhere.",
"private": true,
"author": "Hilverd Reker",
"type": "module",
"bugs": {
"url": "https://github.com/hilverd/glossary-page-template/issues"
},
"homepage": "https://glossary.page/template",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:worker": "vite build --config vite.worker.config.js",
"serve": "vite preview"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@webcomponents/custom-elements": "^1.6.0",
"elm": "0.19.1-6",
"elm-doc-preview": "^6.0.1",
"elm-format": "^0.8.8",
"elm-json": "^0.2.13",
"elm-review": "^2.13.4",
"elm-test": "0.19.1-revision16",
"elm-verify-examples": "^6.0.3",
"tailwindcss": "^4.1.17",
"vite": "^7.2.2",
"vite-plugin-elm": "^3.0.1"
}
}