forked from improv-wifi/sdk-serial-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 961 Bytes
/
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
{
"name": "improv-wifi-serial-sdk",
"version": "2.2.2",
"description": "Improv Wi-Fi Serial SDK for the browser",
"main": "dist/serial-launch-button.js",
"repository": "https://github.com/improv-wifi/sdk-serial-js",
"author": "Improv Wi-Fi maintainers",
"license": "Apache-2.0",
"scripts": {
"prepublishOnly": "script/build"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.2.1",
"@types/w3c-web-serial": "^1.0.1",
"prettier": "^2.3.0",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2",
"serve": "^14.0.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@material/mwc-button": "^0.26.1",
"@material/mwc-circular-progress": "^0.26.1",
"@material/mwc-dialog": "^0.26.1",
"@material/mwc-list": "^0.26.1",
"@material/mwc-select": "^0.26.1",
"@material/mwc-textfield": "^0.26.1",
"lit": "^2.0.0",
"tslib": "^2.3.1"
}
}