Path: blob/main/components/supervisor/frontend/package.json
2496 views
{1"private": true,2"name": "@gitpod/supervisor-frontend",3"license": "UNLICENSED",4"version": "0.0.0",5"dependencies": {6"@gitpod/gitpod-protocol": "0.1.5",7"@gitpod/supervisor-api-grpc": "0.1.5",8"buffer": "^4.3.0",9"crypto-browserify": "3.12.0",10"process": "^0.11.10",11"stream-browserify": "^2.0.1",12"url": "^0.11.1",13"util": "^0.11.1",14"uuid": "8.3.2"15},16"devDependencies": {17"@types/sharedworker": "^0.0.29",18"@types/trusted-types": "^2.0.0",19"@types/uuid": "8.3.1",20"concurrently": "^6.2.1",21"copy-webpack-plugin": "^11.0.0",22"css-loader": "^6.8.1",23"source-map-loader": "^4.0.1",24"style-loader": "^3.3.3",25"typescript": "^5.5.4",26"webpack": "^5.88.2",27"webpack-cli": "^5.1.4"28},29"scripts": {30"build": "tsc && webpack --mode=production",31"watch": "concurrently \"tsc --watch --preserveWatchOutput\" \"webpack --mode=development\"",32"clean": "rm -rf lib && rm -rf dist"33}34}353637