-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 1006 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
33
{
"name": "improv-wifi-serial-sdk",
"version": "2.5.0",
"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": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-terser": "^0.3.0",
"@types/w3c-web-serial": "^1.0.3",
"prettier": "^2.8.1",
"rollup": "^3.9.1",
"serve": "^14.1.2",
"typescript": "^4.9.4"
},
"dependencies": {
"@material/mwc-button": "^0.27.0",
"@material/mwc-circular-progress": "^0.27.0",
"@material/mwc-dialog": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-list": "^0.27.0",
"@material/mwc-select": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"lit": "^2.5.0",
"tslib": "^2.4.1"
}
}