-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
37
38
39
40
41
42
{
"name": "@sil-org/ui-components",
"version": "13.0.0",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
"svelte": "index.mjs",
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sil-org/ui-components.git"
},
"keywords": [
"material",
"material-design",
"svelte",
"svelte-components",
"ui-components"
],
"author": "Michael Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/sil-org/ui-components/issues"
},
"homepage": "https://github.com/sil-org/ui-components#readme",
"peerDependencies": {
"material-components-web": "^14.0.0",
"svelte": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"material-components-web": "^14.0.0"
},
"devDependencies": {
"prettier": "3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"sass": "^1.70.0",
"svelte": "^5.0.0"
}
}