forked from open-dash/open-dash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.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
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
{
"name": "OpenDash",
"version": "0.3.8",
"description": "A smart home dashboard",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/open-dash/open-dash.git"
},
"keywords": [
"docker",
"meteor",
"deployment"
],
"author": "Jeremy Shimko <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/open-dash/open-dash/issues"
},
"homepage": "https://github.com/open-dash/open-dash",
"dependencies": {
"analytics-node": "^2.1.0",
"babel-polyfill": "^6.20.0",
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.1",
"bootstrap-sass": "^3.3.7",
"bufferutil": "^1.3.0",
"bunyan": "^1.8.5",
"bunyan-format": "^0.2.1",
"bunyan-loggly": "^1.1.0",
"classnames": "^2.2.5",
"core-js": "^2.4.1",
"date-fns": "^1.21.1",
"dom-ready": "^1.0.6",
"domkit": "0.0.1",
"ladda": "^1.0.0",
"later": "^1.2.0",
"lodash": "^4.17.2",
"node-lifx": "^0.7.0",
"nodemailer": "^2.7.0",
"nodemailer-wellknown": "^0.2.0",
"react": "^15.4.1",
"react-addons-pure-render-mixin": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"react-helmet": "^3.2.3",
"react-komposer": "^2.0.0",
"react-mounter": "^1.2.0",
"react-s-alert": "^1.2.2",
"react-simple-di": "^1.2.0",
"sweetalert": "^1.1.3",
"sweetalert2": "^6.2.3",
"tracker-component": "^1.3.21",
"url": "^0.11.0"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"babel-eslint": "^7.1.1",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"bufferutil": "^1.3.0",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"postcss-scss": "^0.4.0",
"utf-8-validate": "^2.0.0"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
},
"parser": "postcss-scss"
}
}