{ "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 --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", "eslint": "^6.1.0", "@typescript-eslint/eslint-plugin": "^1.13.0", "@typescript-eslint/parser": "^1.13.0", "babel-loader": "^8.0.6", "nodemon": "^1.19.1", "typescript": "^3.5.3", "webpack": "^4.36.1", "webpack-cli": "^3.3.6", "webpack-dev-server": "^3.7.2" } }