{ "name": "ivprog", "version": "4.3.2", "description": "IMA para o ensino de programação", "main": "js/main.js", "scripts": { "start": "http-server ./build", "build": "webpack --mode=development", "watch": "webpack --watch --mode=development", "compile": "webpack --mode=production && rm build/js/*.map && tar -zcvf ivprog.tar.gz build/", "test": "./node_modules/karma/bin/karma start" }, "repository": { "type": "git", "url": "git+https://git.lcalion.com/ivprog.git" }, "keywords": [ "programação", "ensino", "visual" ], "author": "LInE-IME/USP", "license": "MIT", "bugs": { "url": "https://git.lcalion.com/ivprog/issues" }, "homepage": "https://git.lcalion.com/ivprog#readme", "devDependencies": { "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@typescript-eslint/eslint-plugin": "^2.0.0", "@typescript-eslint/parser": "^2.0.0", "antlr4-webpack-loader": "^0.1.1", "babel-loader": "^8.0.5", "clean-webpack-plugin": "^2.0.1", "copy-webpack-plugin": "^5.0.2", "eslint": "^6.1.0", "html-webpack-plugin": "^4.0.0-beta.5", "jasmine-core": "^3.4.0", "karma": "^4.1.0", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^3.0.5", "puppeteer-core": "^1.7.0", "ts-loader": "^5.4.3", "typescript": "^3.4.5", "webpack": "^4.30.0", "webpack-cli": "^3.3.1" }, "dependencies": { "antlr4": "^4.7.2", "codemirror": "^5.48.0", "csv-parser": "^2.3.0", "decimal.js": "^10.1.1", "line-i18n": "git+http://200.144.254.107/git/LInE/line-i18n.git", "melanke-watchjs": "^1.5.0", "server": "^1.0.18" } }