-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 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
43
44
45
46
47
48
49
50
51
52
{
"name": "material-components-react",
"version": "0.2.0",
"description": "Material Components for React",
"license": "MIT",
"author": "Eric Wang <ericwan@alumni.upenn.edu>",
"files": [
"dist"
],
"main": "dist/MDCReact.js",
"repository": {
"type": "git",
"url": "https://github.com/e-wang/material-components-react.git"
},
"scripts": {
"lint": "eslint .",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"dependencies": {
"@material/animation": "^0.1.4",
"@material/button": "^0.2.1",
"@material/checkbox": "^0.2.1",
"classnames": "^2.2.5",
"lodash": "^4.17.13"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"@kadira/storybook-addon-knobs": "^1.7.1",
"@kadira/storybook-addons": "^1.3.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.17.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"webpack": "^2.2.1"
}
}