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
|
{
"name": "hoverbit-ble-controller",
"version": "1.0.8-alpha.2",
"description": "",
"license": "MIT",
"scripts": {
"dev": "parcel ./src/index.html --https --public-url /hoverbit-ble/",
"build": "parcel build ./src/index.html --public-url /hoverbit-ble/",
"postbuild": "./postbuild.sh"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"microbit-web-bluetooth": "^0.6.0",
"nipplejs": "^0.8.7"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
"sass": "^1.32.6",
"typescript": "^4.1.3"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
]
}
|