forked from material-components/material-components-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 843 Bytes
/
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
{
"name": "@material/notched-outline",
"description": "The Material Components for the web notched-outline component",
"version": "2.3.0",
"license": "MIT",
"keywords": [
"material components",
"material design",
"notchedoutline",
"notched outline"
],
"main": "dist/mdc.notchedOutline.js",
"module": "index.js",
"sideEffects": false,
"types": "dist/mdc.notchedOutline.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/material-components/material-components-web.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@material/animation": "^1.0.0",
"@material/base": "^1.0.0",
"@material/floating-label": "^2.3.0",
"@material/rtl": "^0.42.0",
"@material/shape": "^1.1.1",
"@material/theme": "^1.1.0",
"tslib": "^1.9.3"
}
}