feat: auto cdn
Showing
... | @@ -19,8 +19,11 @@ | ... | @@ -19,8 +19,11 @@ |
"@types/lodash": "^4.14.191", | "@types/lodash": "^4.14.191", | ||
"@types/react-dom": "18.0.10", | "@types/react-dom": "18.0.10", | ||
"acorn": "^8.10.0", | "acorn": "^8.10.0", | ||
"acorn-jsx": "^5.3.2", | |||
"acorn-walk": "^8.2.0", | |||
"autoprefixer": "^10.4.13", | "autoprefixer": "^10.4.13", | ||
"classnames": "^2.3.1", | "classnames": "^2.3.1", | ||
"dayjs": "^1.11.9", | |||
"dexie": "^3.2.2", | "dexie": "^3.2.2", | ||
"diff": "^5.1.0", | "diff": "^5.1.0", | ||
"echarts": "^5.4.2", | "echarts": "^5.4.2", | ||
... | @@ -53,6 +56,7 @@ | ... | @@ -53,6 +56,7 @@ |
"styled-components": "6.0.0-rc.3", | "styled-components": "6.0.0-rc.3", | ||
"sucrase": "^3.32.0", | "sucrase": "^3.32.0", | ||
"swr": "^2.0.3", | "swr": "^2.0.3", | ||
"systemjs": "^6.14.1", | |||
"tailwindcss": "^3.2.7", | "tailwindcss": "^3.2.7", | ||
"unstated-next": "^1.1.0" | "unstated-next": "^1.1.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment