forked from material-components/material-components-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "@material/textfield",
"description": "The Material Components for the web text field component",
"version": "5.1.0",
"license": "MIT",
"keywords": [
"material components",
"material design",
"textfield",
"text field"
],
"main": "dist/mdc.textfield.js",
"module": "index.js",
"sideEffects": false,
"types": "dist/mdc.textfield.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git",
"directory": "packages/mdc-textfield"
},
"dependencies": {
"@material/animation": "^5.1.0",
"@material/base": "^5.1.0",
"@material/density": "^5.1.0",
"@material/dom": "^5.1.0",
"@material/feature-targeting": "^5.1.0",
"@material/floating-label": "^5.1.0",
"@material/line-ripple": "^5.1.0",
"@material/notched-outline": "^5.1.0",
"@material/ripple": "^5.1.0",
"@material/rtl": "^5.1.0",
"@material/shape": "^5.1.0",
"@material/theme": "^5.1.0",
"@material/typography": "^5.1.0",
"tslib": "^1.9.3"
}
}