mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-20 05:26:57 +08:00
[feature](webapp) add script command to accommodate different Node.js versions and change lerna + npm to pnpm workspaces (#61)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user