-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.41 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
{
"name": "serial-api-web-tools",
"version": "0.0.23",
"description": "This set tools allows to configure Z-Wave.Me hardware",
"main": "src/main.ts",
"scripts": {
"dev": "webpack --mode=development",
"build": "webpack --mode=production",
"dev_zuno": "webpack --config ./webpack.z-uno-compiler.js --mode=development",
"build_zuno": "webpack --config ./webpack.z-uno-compiler.js --mode=production"
},
"author": "Z-Wave.Me",
"license": "ISC",
"dependencies":{
"@types/uuid": "9.0.1",
"@types/aes-js":"3.1.2",
"aes-js": "3.1.2",
"uuid": "9.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-unicorn": "^51.0.1",
"html-loader": "^5.0.0",
"mini-css-extract-plugin": "^2.8.1",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.0.0",
"webpack-cli": "^5.1.4",
"gh-pages": "^6.1.1",
"terser-webpack-plugin":"^5.3.10",
"html-webpack-plugin":"^5.6.0"
}
}