-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.12 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
{
"name": "@mindhive/meteor",
"version": "25.0.7",
"description": "Our standard additions to Meteor",
"contributors": [
{
"name": "Damon Maria",
"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": {
"type": "git",
"url": "[email protected]:mindhivenz/meteor-base.git"
},
"keywords": [
"meteor"
],
"dependencies": {
"@mindhive/di": "^4.0.0",
"@mindhive/mobx": "^2.0.4",
"@mindhive/time": "^1.2.0",
"babel-runtime": "^6.18.0",
"date-fns": "^1.9.0",
"enumify": "^1.0.4",
"extend-accessors": "^1.0.1",
"lodash": "^4.17.4",
"lru-memoize": "^1.0.1",
"prop-types": "^15.5.4",
"react-komposer": "damonmaria/react-komposer#shouldResubscribe-option",
"recompose": "^0.23.5",
"simpl-schema": "^1.2.2"
},
"peerDependencies": {
"mobx": "^3.0.0",
"mobx-react": "^4.0.0",
"react": "^15.0.0"
},
"devDependencies": {
"@mindhive/some": "^3.0.0",
"@mindhive/wallaby-meteor-config": "^2.0.0",
"babel-cli": "^6.18.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.3.2",
"bcrypt": "^0.8.7",
"chai": "^4.0.2",
"chai-as-promised": "^7.1.0",
"chai-properties": "^1.2.1",
"eslint": "^4.13.1",
"eslint-config-mindhive-meteor": "^2.0.0",
"mobx": "^3.0.0",
"mobx-react": "^4.0.0",
"mocha": "^4.0.1",
"sinon": "^4.1.3",
"sinon-chai": "^2.8.0",
"sinon-stub-promise": "^4.0.0"
},
"homepage": "https://github.com/mindhivenz/meteor-base",
"bugs": {
"url": "https://github.com/mindhivenz/meteor-base/issues"
},
"license": "MIT"
}