2024-07-01 23:34:28 -04:00
|
|
|
{
|
2024-07-01 23:49:42 -04:00
|
|
|
"name": "@msagent-chat/webapp",
|
2024-07-01 23:34:28 -04:00
|
|
|
"scripts": {
|
2024-07-03 06:00:16 -04:00
|
|
|
"build": "parcel build --no-source-maps --dist-dir dist --public-url '.' src/html/index.html src/html/testbed.html",
|
|
|
|
"serve": "parcel src/html/index.html src/html/testbed.html",
|
2024-07-01 23:34:28 -04:00
|
|
|
"clean": "run-script-os",
|
|
|
|
"clean:darwin:linux": "rm -rf dist .parcel-cache",
|
|
|
|
"clean:win32": "rd /s /q dist .parcel-cache"
|
|
|
|
},
|
|
|
|
"packageManager": "yarn@4.2.2",
|
|
|
|
"devDependencies": {
|
2024-07-02 22:30:52 -04:00
|
|
|
"@msagent-chat/msagent.js": "*",
|
2024-07-01 23:34:28 -04:00
|
|
|
"@parcel/core": "^2.12.0",
|
|
|
|
"parcel": "^2.12.0",
|
|
|
|
"run-script-os": "^1.1.6",
|
2024-07-11 22:55:43 -04:00
|
|
|
"sharp": "^0.31.1",
|
2024-07-01 23:34:28 -04:00
|
|
|
"typescript": "^5.5.3"
|
2024-07-02 21:42:58 -04:00
|
|
|
},
|
2024-07-02 23:42:03 -04:00
|
|
|
"type": "module",
|
|
|
|
"dependencies": {
|
|
|
|
"nanoevents": "^9.0.0"
|
|
|
|
}
|
2024-07-01 23:34:28 -04:00
|
|
|
}
|