-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.62 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
{
"name": "blackbox_plus",
"version": "0.0.4",
"description": "BlackBox Plus - Created by [Michael Kubler](https://www.kublermdk.com/) of [Grey Phoenix Productions](https://www.greyphoenix.biz/)",
"main": "src/expot.js",
"private": true,
"scripts": {
"clean": "rm dist/bundle.js",
"build-dev": "webpack -d --mode development --watch",
"build-prod": "webpack -p --mode production",
"markdown": "marked -i README.md -o index.html -gfm --smart-lists"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kublermdk/BlackBox-Plus.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kublermdk/BlackBox-Plus/issues"
},
"homepage": "https://github.com/kublermdk/BlackBox-Plus#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"extract-loader": "^4.0.3",
"file-loader": "^5.0.2",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"markdown-html-webpack-plugin": "^1.0.1",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"@mrodrig/json-2-csv-cli": "^3.5.9",
"@tensorflow-models/mobilenet": "^2.0.4",
"@tensorflow/tfjs": "^1.5.2",
"@tensorflow/tfjs-converter": "^1.5.2",
"html-loader": "^0.5.5",
"json2csv": "^4.5.4",
"markdown-loader": "^5.1.0",
"mocha": "^7.0.1",
"regenerator-runtime": "^0.13.3"
}
}