-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
37 lines (37 loc) · 1.09 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
{
"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": {
"jszip": "^3.7.0",
"eslint-webpack-plugin": "^3.2.0",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"cname-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^6.0.3",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.21.2",
"html-webpack-plugin": "^5.5.0",
"minimist": "^1.2.6",
"webpack-cli": "^4.10.0",
"webpack": "^5.76.0",
"fail-on-errors-webpack-plugin": "^3.0.0"
},
"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"
}