forked from blheli-configurator/blheli-configurator
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.58 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "blheli-configurator",
"description": "Cross-platform configuration tool for BLHeli-based electronic speed controllers",
"version": "1.3.0",
"main": "main_nwjs.html",
"bg-script": "eventPage.js",
"default_locale": "en",
"window": {
"show": false,
"icon": "images/icon_128.png"
},
"repository": {
"type": "git",
"url": "github.com/blheli-configurator/blheli-configurator"
},
"author": "DieHertz",
"license": "GPL-3.0",
"devDependencies": {
"archiver": "^5.0.2",
"babel-cli": "^6.26.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"del": "^6.0.0",
"gulp": "4.0.2",
"gulp-babel": "^6",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.4.0",
"gulp-yarn": "^2.0.0",
"i18next": "^19.8.3",
"inflection": "^1.12.0",
"jquery-ui-npm": "^1.12.0",
"nw-builder": "^3.5.7",
"os": "^0.1.1",
"platform-dependent-modules": "^0.0.14",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.7.3",
"react-switchery": "^1.2.3",
"run-sequence": "^2.2.1",
"temp": "^0.9.2"
},
"scripts": {
"build": "babel tabs/esc.jsx -o js/build/esc.js && babel jsx --out-dir js/build",
"start": "gulp debug",
"_postinstall": "platform-dependent-modules",
"postinstall": "yarn _postinstall",
"gulp": "gulp",
"test": "echo \"No tests yet.\""
},
"config": {
"platformDependentModules": {
"darwin": [
]
}
}
}