-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "@digitallinguistics/design",
"version": "0.26.0",
"description": "The design system for Digital Linguistics (DLx) projects.",
"keywords": [
"Digital Linguistics",
"linguistics",
"language"
],
"homepage": "https://github.com/digitallinguistics/design",
"bugs": "https://github.com/digitallinguistics/design/issues",
"license": "MIT",
"author": {
"name": "Daniel W. Hieber",
"url": "https://github.com/dwhieb"
},
"repository": {
"type": "git",
"url": "https://github.com/digitallinguistics/design.git"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 16.0.0"
},
"scripts": {
"build": "node build && fractal build",
"start": "node build && fractal start --port 3005 --sync --watch"
},
"devDependencies": {
"@digitallinguistics/eslint-config": "^0.2.0",
"@digitallinguistics/stylelint-config": "^0.1.2",
"@frctl/fractal": "^1.5.14",
"clean-css": "^5.3.1",
"eslint": "^8.27.0",
"flexbox-reset": "^8.0.2",
"less": "^4.1.3",
"ora": "^6.1.2",
"stylelint": "^14.14.1"
},
"peerDependencies": {
"@digitallinguistics/styles": "^2.0.3"
}
}