MSAgent-Chat/webapp/package.json

24 lines
677 B
JSON
Raw Normal View History

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": {
"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": {
"@msagent.js/web": "*",
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
}