diff --git a/public/package.json b/public/package.json index ed2c7e2..d5ba48c 100644 --- a/public/package.json +++ b/public/package.json @@ -1,24 +1,24 @@ { - "name": "public", - "version": "1.0.0", - "description": "", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [], - "author": "", - "license": "MIT", - "devDependencies": { - "buffer": "^6.0.3", - "parcel": "^2.7.0" - }, - "dependencies": { - "dompurify": "^2.4.0", - "highlightjs": "^9.16.2", - "jquery": "^3.6.1", - "katex": "^0.16.2", - "remarkable": "^2.0.1", - "remarkable-katex": "^1.2.1", - "socket.io-client": "^4.5.2" - } -} + "name": "public", + "version": "1.0.0", + "description": "", + "scripts": { + "build": "npx parcel src/index.html" + }, + "keywords": [], + "author": "", + "license": "MIT", + "devDependencies": { + "buffer": "^6.0.3" + }, + "dependencies": { + "dompurify": "^3.2.6", + "highlightjs": "^9.16.2", + "jquery": "^3.6.1", + "katex": "^0.16.2", + "parcel": "^2.15.4", + "remarkable": "^2.0.1", + "remarkable-katex": "^1.2.1", + "socket.io-client": "^4.5.2" + } +} \ No newline at end of file