{ "name": "ocw-front", "version": "1.0.0", "main": "index.js", "license": "AGPL-3.0", "author": "Laura Liberda , Dominika Liberda ", "scripts": { "build": "tsc && cp -rT build ../webroot/assets/" }, "dependencies": {}, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/parser": "^4.4.0", "eslint": "^7.10.0", "eslint-config-airbnb-typescript": "^11.0.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.1.2", "typescript": "^4.0.3" } }