918af4f3ac
* change simulator svg * change radio image * Remove google fonts cdn * change color of 'advanced' button * font fix * font fix 2 * display fix * change fullsceen simulator bg * Continuous servo * handle continuous state * adding shims * update rendering for continuous servos * fixing sim * fix sig * typo * fix sim * bump pxt * bump pxt * rerun travis * Input blocks revision - add Button and Pin event types - merge onPinPressed & onPinReleased in new onPinEvent function - create new onButtonEvent function * update input blocks in docs and tests * remove device_pin_release block * Hide DAL.x behind Enum * bring back deprecated blocks, but hide them * shims and locales files * fix input.input. typing * remove buildpr * bump V3 * update simulator aspect ratio * add Loudness Block * revoke loudness block * Adds soundLevel To be replaced by pxt-common-packages when DAL is updated. * Remove P0 & P3 from AnalogPin Co-authored-by: Juri <gitkraken@juriwolf.de>
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "pxt-calliope",
|
|
"version": "3.0.22",
|
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
"keywords": [
|
|
"JavaScript",
|
|
"education",
|
|
"calliope",
|
|
"mini"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/pxt-microbit.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/Microsoft/pxt-microbit#readme",
|
|
"files": [
|
|
"README.md",
|
|
"pxtarget.json",
|
|
"targetconfig.json",
|
|
"built/*.js",
|
|
"built/*.json",
|
|
"built/*.d.ts",
|
|
"built/hexcache",
|
|
"built/web",
|
|
"sim/public",
|
|
"docs/*.md",
|
|
"docs/*/*.md",
|
|
"docs/*/*/*.md",
|
|
"docs/static/*.svg",
|
|
"docs/static/*.png",
|
|
"docs/static/icons/favicon.ico"
|
|
],
|
|
"devDependencies": {
|
|
"@types/bluebird": "2.0.33",
|
|
"@types/marked": "0.3.0",
|
|
"@types/node": "8.0.53",
|
|
"@types/react": "16.0.25",
|
|
"@types/react-dom": "16.0.3",
|
|
"@types/web-bluetooth": "0.0.4",
|
|
"less": "2.7.3",
|
|
"react": "16.8.3",
|
|
"semantic-ui-less": "2.2.14",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"dependencies": {
|
|
"pxt-common-packages": "7.0.4",
|
|
"pxt-core": "6.0.20"
|
|
}
|
|
}
|