-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.03 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
{
"dependencies": {
"firebase": "4.4.0",
"history": "^4.7.2",
"mobx": "^3.3.0",
"mobx-preact": "^0.3.1",
"mobx-react-router": "^4.0.1",
"obj-str": "^1.0.0",
"preact": "8.2.5",
"preact-compat": "3.17.0",
"preact-markup": "^1.6.0",
"preact-router": "2.5.7",
"promise-polyfill": "^6.0.2",
"react-icons": "^2.2.5",
"timeago.js": "^3.0.2",
"window-or-global": "1.0.1"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "3.19.0",
"eslint-plugin-react": "7.3.0",
"mocha": "3.5.0",
"mocha-standard": "1.0.0",
"node-sass": "4.5.3",
"preact-cli": "1.4.1",
"sass-loader": "6.0.5",
"standard": "10.0.3"
},
"standard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"context",
"describe",
"it",
"h"
],
"ignore": [
"build/"
],
"parser": "babel-eslint",
"plugins": [
"react"
],
"settings": {
"react": {
"pragma": "h"
}
}
}
}