-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "@digitallinguistics/styles",
"version": "3.1.1",
"description": "A collection of patterns for styling linguistic data on the web",
"homepage": "https://styles.digitallinguistics.com",
"bugs": "https://github.com/digitallinguistics/styles/issues",
"license": "ISC",
"author": {
"name": "Daniel W. Hieber",
"url": "https://danielhieber.com"
},
"repository": "github:digitallinguistics/styles",
"publishConfig": {
"access": "public"
},
"type": "module",
"scripts": {
"build": "node build/index.js",
"start": "eleventy --serve --config=build/docs/.eleventy.js"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@digitallinguistics/eslint-config": "^0.5.3",
"@eslint/js": "^9.12.0",
"@stylistic/eslint-plugin-js": "^2.9.0",
"change-case": "^5.4.4",
"esbuild": "0.24.0",
"esbuild-plugin-less": "^1.3.10",
"eslint": "^9.12.0",
"fs-extra": "^11.2.0",
"globals": "^15.11.0",
"handlebars": "^4.7.8",
"html-minifier": "^4.0.0",
"svgstore": "^3.0.1"
}
}