-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 987 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 987 Bytes
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
{
"name": "cdp-puchov",
"version": "1.0.0",
"description": "Kolajisko",
"main": "index.ts",
"repository": "https://github.com/cevro/cdp-puchov",
"scripts": {
"prod": "webpack --watch --color --mode=\"production\"",
"dev": "webpack --watch --color --mode=\"development\""
},
"author": "Mišo",
"license": "ISC",
"dependencies": {
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"restify": "^8.5.1",
"restify-errors": "^8.0.2",
"serialport": "~7.1.5",
"http": "latest",
"websocket": "latest",
"mysql": "^2.18.1",
"tslint": "^6.1.3"
},
"devDependencies": {
"@types/redux": "^3.6.0",
"@types/redux-logger": "^3.0.8",
"@types/restify": "^8.4.2",
"@types/restify-errors": "^4.3.3",
"@types/mysql": "^2.15.16",
"typescript": "latest",
"awesome-typescript-loader": "~5.2.1",
"webpack": "4.37.0",
"webpack-cli": "3.3.6",
"@types/serialport": "~7.0.4",
"@types/websocket": "latest"
}
}