-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "MMM-ProxyImage",
"version": "0.0.1",
"description": "Proxy Image for Magic Mirror",
"repository": {
"type": "git",
"url": "git+https://github.com/daxiang28/MMM-ProxyImage"
},
"keywords": [
"magic mirror",
"smart mirror",
"iframe",
"notification",
"module"
],
"author": "daxiang28",
"contributors": [
"https://github.com/daxiang28"
],
"license": "MIT",
"bugs": {
"url": "hhttps://github.com/daxiang28/MMM-ProxyImage/issues"
},
"homepage": "https://github.com/daxiang28/MMM-ProxyImage",
"dependencies": {
"express": "latest",
"urllib": "^2.37.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-jest": "~25.2.6",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "~25.2.6",
"next-transpile-modules": "6.3.0",
"prettier": "^2.2.1"
}
}