This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
91 lines (91 loc) · 2.54 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
82
83
84
85
86
87
88
89
90
91
{
"name": "cbatmo",
"version": "2.3.6",
"description": "A Netatmo Weather Station Web-APP for Raspberry Pi and official Raspberry touchscreen",
"keywords": [
"dark sky",
"netatmo",
"weather-station",
"webapp"
],
"main": "index.js",
"repository": "[email protected]:Gulivertx/cbatmo.git",
"author": "Cédric Bapst <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"start": "node server.js",
"build": "webpack",
"watch": "webpack --watch"
},
"dependencies": {
"body-parser": "^1.18.3",
"body-scroll-lock": "^3.0.2",
"compression": "^1.7.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.4",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.16.4",
"http-errors": "^1.7.1",
"morgan": "^1.9.1",
"remove": "^0.1.5",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"rotating-file-stream": "^2.0.0"
},
"devDependencies": {
"@blueprintjs/core": "^3.22.2",
"@mdi/font": "^5.3.45",
"@types/body-scroll-lock": "^2.6.1",
"@types/classnames": "^2.2.9",
"@types/express": "^4.16.1",
"@types/node": "^14.0.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.5",
"@types/recharts": "^1.8.3",
"@types/reflexbox": "^4.0.0",
"@types/styled-components": "^5.0.1",
"awesome-typescript-loader": "^5.2.1",
"classnames": "^2.2.6",
"concurrently": "^5.0.1",
"cross-fetch": "^3.0.1",
"css-loader": "^5.0.1",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"i18next": "^19.4.4",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^1.3.3",
"mobile-detect": "^1.4.4",
"moment": "^2.24.0",
"node-sass": "^5.0.0",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.4.0",
"react-redux": "^7.1.3",
"reboot.css": "^1.0.4",
"recharts": "^2.0.0-beta.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reflexbox": "^4.0.6",
"remove-accents": "^0.4.2",
"rimraf": "^3.0.0",
"sass-loader": "^10.1.0",
"source-map-loader": "^1.0.0",
"style-loader": "^2.0.0",
"typescript": "^4.1.3",
"url-loader": "^4.1.0",
"weather-icons2": "^2.0.10",
"webpack": "^5.11.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.2.0",
"webpack-pwa-manifest": "^4.2.0",
"webpack-shell-plugin-next": "^2.0.8"
}
}