|
@@ -51,21 +51,21 @@
|
|
|
"author": "jdcfe",
|
|
"author": "jdcfe",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@babel/plugin-transform-object-assign": "^7.8.3",
|
|
|
|
|
"@commitlint/cli": "^8.0.0",
|
|
"@commitlint/cli": "^8.0.0",
|
|
|
"@commitlint/config-conventional": "^8.0.0",
|
|
"@commitlint/config-conventional": "^8.0.0",
|
|
|
"@nutui/cli": "^0.1.1",
|
|
"@nutui/cli": "^0.1.1",
|
|
|
"@vue/composition-api": "^0.5.0",
|
|
"@vue/composition-api": "^0.5.0",
|
|
|
"husky": "^3.0.0",
|
|
"husky": "^3.0.0",
|
|
|
- "ts-loader": "^6.2.2",
|
|
|
|
|
"vue-lazyload": "^1.3.3"
|
|
"vue-lazyload": "^1.3.3"
|
|
|
},
|
|
},
|
|
|
"peerDependencies": {
|
|
"peerDependencies": {
|
|
|
"vue": "^2.6.10"
|
|
"vue": "^2.6.10"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
|
|
+ "@babel/plugin-transform-object-assign": "^7.8.3",
|
|
|
"@typescript-eslint/eslint-plugin": "^2.16.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.16.0",
|
|
|
"@typescript-eslint/parser": "^2.16.0",
|
|
"@typescript-eslint/parser": "^2.16.0",
|
|
|
|
|
+ "babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
|
"eslint-plugin-import": "^2.20.0",
|
|
"eslint-plugin-import": "^2.20.0",
|
|
|
"eslint-plugin-vue": "^6.1.2",
|
|
"eslint-plugin-vue": "^6.1.2",
|
|
|
"stylelint-config-standard": "^19.0.0"
|
|
"stylelint-config-standard": "^19.0.0"
|