|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@nutui/nutui",
|
|
|
- "version": "2.3.9",
|
|
|
+ "version": "2.3.10",
|
|
|
"description": "一套轻量级移动端Vue组件库",
|
|
|
"typings": "dist/types/index.d.ts",
|
|
|
"main": "dist/nutui.js",
|
|
|
@@ -54,22 +54,22 @@
|
|
|
"author": "jdcfe",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
|
|
|
- "@babel/plugin-syntax-jsx": "^7.8.3",
|
|
|
- "@babel/plugin-transform-runtime": "^7.9.6",
|
|
|
- "@commitlint/cli": "^8.0.0",
|
|
|
- "@commitlint/config-conventional": "^8.0.0",
|
|
|
- "autoprefixer": "^9.8.4",
|
|
|
- "babel-plugin-istanbul": "^6.0.0",
|
|
|
"gsap": "^3.2.6",
|
|
|
"hammerjs": "^2.0.8",
|
|
|
- "standard-version": "^9.1.0",
|
|
|
"vue-lazyload": "^1.3.3"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"vue": "^2.6.10"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
|
|
|
+ "@babel/plugin-syntax-jsx": "^7.8.3",
|
|
|
+ "@babel/plugin-transform-runtime": "^7.9.6",
|
|
|
+ "@commitlint/cli": "^8.0.0",
|
|
|
+ "@commitlint/config-conventional": "^8.0.0",
|
|
|
+ "autoprefixer": "^9.8.4",
|
|
|
+ "babel-plugin-istanbul": "^6.0.0",
|
|
|
+ "standard-version": "^9.1.0",
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
"@babel/plugin-transform-object-assign": "^7.8.3",
|
|
|
"@nutui/cli": "^0.4.1",
|