2021-02-06 10:40:52 +00:00
|
|
|
{
|
|
|
|
"name": "ocoge",
|
2021-08-29 14:44:58 +00:00
|
|
|
"version": "0.1.3",
|
2021-02-06 10:40:52 +00:00
|
|
|
"description": "\"大岩産 Code Generator\" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。",
|
2021-10-01 11:39:50 +00:00
|
|
|
"main": "main.js",
|
2021-02-06 10:40:52 +00:00
|
|
|
"scripts": {
|
2021-12-23 13:44:55 +00:00
|
|
|
"build": "npm install --legacy-peer-deps",
|
2021-02-06 10:40:52 +00:00
|
|
|
"start": "electron .",
|
2021-03-05 09:58:59 +00:00
|
|
|
"rebuild": "electron-rebuild"
|
2021-02-06 10:40:52 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ocogeclub/ocoge.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ocogeclub/ocoge/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/ocogeclub/ocoge#readme",
|
|
|
|
"devDependencies": {
|
2021-11-26 13:50:52 +00:00
|
|
|
"electron": "^16.0.2",
|
2021-11-21 05:14:03 +00:00
|
|
|
"electron-rebuild": "^3.2.5"
|
2021-02-06 10:40:52 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-22 14:33:59 +00:00
|
|
|
"@ocogeclub/amg8833": "file:local_modules/@ocogeclub/amg8833",
|
2021-09-18 14:29:06 +00:00
|
|
|
"@ocogeclub/bme280": "file:local_modules/@ocogeclub/bme280",
|
2021-10-22 14:33:59 +00:00
|
|
|
"@ocogeclub/paj7620": "file:local_modules/@ocogeclub/paj7620",
|
2021-12-23 11:03:50 +00:00
|
|
|
"@ocogeclub/pigpio": "file:local_modules/@ocogeclub/pigpio",
|
2021-10-31 04:27:59 +00:00
|
|
|
"@tensorflow-models/knn-classifier": "^1.2.2",
|
|
|
|
"@tensorflow-models/mobilenet": "^2.1.0",
|
|
|
|
"@tensorflow/tfjs-node": "^3.11.0",
|
2021-11-09 04:32:43 +00:00
|
|
|
"@vladmandic/face-api": "^1.5.7",
|
2021-10-31 12:13:26 +00:00
|
|
|
"axios": "^0.24.0",
|
2021-11-29 12:32:18 +00:00
|
|
|
"nodemailer": "^6.7.2",
|
2021-10-31 04:27:59 +00:00
|
|
|
"tensorset": "^1.2.9"
|
2021-02-06 10:40:52 +00:00
|
|
|
}
|
2021-11-27 13:22:53 +00:00
|
|
|
}
|