forked from OvidijusParsiunas/myvision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "myvision",
"version": "1.0.0",
"description": "This is an image labelling tool for generating computer vision training data on the web.",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"browser": {
"child_process": false,
"fs": false
},
"cname-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^6.0.3",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.2",
"fail-on-errors-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.3.0",
"jszip": "^3.7.0",
"minimist": "^1.2.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OvidijusParsiunas/myvision.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OvidijusParsiunas/myvision/issues"
},
"homepage": "https://github.com/OvidijusParsiunas/myvision#readme",
"devDependencies": {
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"style-loader": "^1.2.1"
}
}