-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.27 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@mindhive/components",
"version": "4.5.37",
"description": "React MUI Components",
"contributors": [
{
"name": "Nick Virtue",
"email": "[email protected]"
}
],
"private": false,
"main": "./index.js",
"scripts": {
"lint": "eslint --ext .jsx,.js src",
"lint:fix": "eslint --fix --ext .jsx,.js src",
"build": "babel src --ignore *.spec.js --out-dir dist",
"build:clean": "rm -r dist/*",
"test": "mocha --compilers js:babel-core/register --reporter spec \"src/**/*.spec.js\"",
"prepublish": "npm run build"
},
"repository": {
"old": "git",
"url": "[email protected]:mindhivenz/mui-components.git"
},
"keywords": [
"react",
"mui"
],
"dependencies": {
"babel-runtime": "^6.18.0",
"date-fns": "^1.9.0",
"enumify": "^1.0.4",
"google-maps-react": "^1.0.19",
"keycode": "^2.1.7",
"keycomb": "^0.1.3",
"prop-types": "^15.5.4",
"react-event-listener": "^0.4.5",
"react-hotkeys": "^0.10.0",
"react-virtualized": "^9.7.6",
"recompose": "^0.22.0"
},
"devDependencies": {
"@mindhive/di": "^4.0.0",
"@mindhive/mobx": "^2.1.1",
"@mindhive/some": "^3.0.0",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.2.1",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"eslint": "^3.9.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"material-ui": "^0.18.3",
"mocha": "^3.1.2",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {
"@mindhive/di": "^4.0.0",
"@mindhive/mobx": "^2.1.1",
"material-ui": "^0.18.3",
"mobx": "^3.0.0",
"mobx-react": "^4.0.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-form": "^6.1.0"
},
"homepage": "https://github.com/mindhivenz/mui-components",
"bugs": {
"url": "https://github.com/mindhivenz/mui-components/issues"
},
"license": "MIT"
}