-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "@unison/ui-core",
"description": "Shared design system and core components for Unison Local and Unison Share",
"scripts": {
"test": "elm-test",
"review": "elm-review",
"build": "elm make",
"check-css-vars": "scripts/check-css-vars.mjs",
"watch": "elm-watch hot",
"check": "npm run build; npm run review; npm run test; npm run check-css-vars; prettier --check .",
"sha": "git rev-parse HEAD | cut -c 1-8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unisonweb/ui-core.git"
},
"author": "Unison Computing",
"license": "MIT",
"bugs": {
"url": "https://github.com/unisonweb/ui-core/issues"
},
"homepage": "https://github.com/unisonweb/ui-core#readme",
"devDependencies": {
"elm": "^0.19.1-5",
"elm-format": "^0.8.7",
"elm-review": "^2.9.1",
"elm-test": "^0.19.1-revision12",
"elm-watch": "^1.0.2",
"glob": "^9.3.2",
"prettier": "^2.8.4"
},
"dependencies": {
"date-fns": "^2.29.3",
"katex": "^0.16.4",
"mermaid": "^10.6.1"
}
}