-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
74 lines (74 loc) · 2 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
{
"name": "meteor-dev-tools",
"version": "1.6.0",
"description": "Meteor Dev Tools extension",
"repository": {
"type": "git",
"url": "git://github.com/thebakeryio/meteor-ddp-monitor.git"
},
"keywords": [
"meteor",
"ddp"
],
"scripts": {
"start": "node server.js",
"test": "jest",
"chrome": "npm run test && webpack --config webpack/chrome.dev.js && webpack --config webpack/chrome.inject.js",
"chrome:build": "npm run test && webpack --config webpack/chrome.prod.js && webpack --config webpack/chrome.inject.js"
},
"jest": {
"scriptPreprocessor": "./node_modules/babel-jest",
"testFileExtensions": [
"js"
],
"moduleFileExtensions": [
"js",
"jsx"
]
},
"author": "The Bakery",
"license": "MIT",
"bugs": {
"url": "https://github.com/thebakeryio/meteor-ddp-monitor/issues"
},
"homepage": "https://github.com/thebakeryio/meteor-ddp-monitor",
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-jest": "^12.0.2",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"css-loader": "^0.23.1",
"eslint": "^2.1.0",
"eslint-plugin-react": "^5.1.1",
"jest-cli": "^12.0.2",
"marsdb": "^0.6.9",
"node-sass": "^3.8.0",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.12.0"
},
"dependencies": {
"classnames": "^2.2.0",
"error-stack-parser": "^1.3.3",
"immutable": "^3.8.1",
"js-stylesheet": "0.0.1",
"moment": "^2.11.2",
"object-assign": "^4.0.1",
"pretty-bytes": "^3.0.1",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-json-tree": "0.7.4",
"react-notification-system": "^0.2.7",
"react-redux": "^4.4.0",
"react-split-pane": "^0.1.43",
"redux": "^3.3.1",
"slugify": "^0.1.1",
"underscore": "^1.8.3"
}
}