You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
960 B
JSON
32 lines
960 B
JSON
{
|
|
"name": "cvat-canvas",
|
|
"version": "0.1.0",
|
|
"description": "Part of Computer Vision Annotation Tool which presents its canvas library",
|
|
"main": "babel.config.js",
|
|
"scripts": {
|
|
"build": "tsc && webpack --config ./webpack.config.js",
|
|
"server": "nodemon --watch config --exec 'webpack-dev-server --config ./webpack.config.js --mode=development --open'"
|
|
},
|
|
"author": "Intel",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@svgdotjs/svg.js": "^3.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@types/node": "^12.6.8",
|
|
"@typescript-eslint/eslint-plugin": "^1.13.0",
|
|
"@typescript-eslint/parser": "^1.13.0",
|
|
"babel-loader": "^8.0.6",
|
|
"eslint": "^6.1.0",
|
|
"nodemon": "^1.19.1",
|
|
"typescript": "^3.5.3",
|
|
"webpack": "^4.36.1",
|
|
"webpack-cli": "^3.3.6",
|
|
"webpack-dev-server": "^3.7.2"
|
|
}
|
|
}
|