[feature](webapp) add script command to accommodate different Node.js versions and change lerna + npm to pnpm workspaces (#61)

This commit is contained in:
williamhliu
2023-09-07 21:29:13 +08:00
committed by GitHub
parent 898108d7e1
commit 90f6a20516
26 changed files with 332 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "supersonic-chat-sdk",
"version": "0.5.28",
"version": "0.0.0",
"main": "dist/index.es.js",
"module": "dist/index.es.js",
"unpkg": "dist/index.umd.js",
@@ -11,6 +11,7 @@
"axios": "^1.4.0",
"classnames": "^2.3.2",
"echarts": "^5.4.2",
"lodash": "^4.17.11",
"moment": "^2.29.4",
"react-spinners": "^0.13.8",
"tslib": "^2.5.2"
@@ -115,6 +116,7 @@
"react-refresh": "^0.11.0",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"rimraf": "^5.0.1",
"rollup": "^3.22.1",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
"rollup-plugin-less": "^1.1.3",
@@ -192,4 +194,4 @@
"engines": {
"node": ">=14.18.0"
}
}
}