|
| 1 | +{ |
| 2 | + "name": "vuetify-message-box", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "基于 vue2 + vuetify 的消息弹框组件", |
| 5 | + "main": "lib/vuetify-message-box.umd.min.js", |
| 6 | + "author": "luren", |
| 7 | + "homepage": "https://github.com/kscript", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/kscript/vuetify-message-box.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/kscript/vuetify-message-box/issues" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "vue", |
| 17 | + "vuetify", |
| 18 | + "component", |
| 19 | + "message-box" |
| 20 | + ], |
| 21 | + "scripts": { |
| 22 | + "serve": "vue-cli-service serve", |
| 23 | + "build": "vue-cli-service build", |
| 24 | + "build:umd": "vue-cli-service build --target lib --name vuetify-message-box --dest lib src/components/message-box/index.js", |
| 25 | + "prepublishOnly": "npm run build:umd", |
| 26 | + "test:unit": "vue-cli-service test:unit", |
| 27 | + "lint": "vue-cli-service lint" |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "@mdi/font": "^6.9.96", |
| 31 | + "core-js": "^3.8.3", |
| 32 | + "vue": "^2.6.14", |
| 33 | + "vuetify": "^2.6.7" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@vue/cli-plugin-babel": "~5.0.0", |
| 37 | + "@vue/cli-plugin-eslint": "~5.0.0", |
| 38 | + "@vue/cli-plugin-unit-jest": "~5.0.0", |
| 39 | + "@vue/cli-service": "~5.0.0", |
| 40 | + "@vue/eslint-config-standard": "^6.1.0", |
| 41 | + "@vue/eslint-config-typescript": "^9.1.0", |
| 42 | + "@vue/test-utils": "^1.1.3", |
| 43 | + "@vue/vue2-jest": "^27.0.0-alpha.2", |
| 44 | + "babel-jest": "^27.0.6", |
| 45 | + "eslint": "^7.32.0", |
| 46 | + "eslint-plugin-import": "^2.25.3", |
| 47 | + "eslint-plugin-node": "^11.1.0", |
| 48 | + "eslint-plugin-promise": "^5.1.0", |
| 49 | + "eslint-plugin-vue": "^8.0.3", |
| 50 | + "jest": "^27.0.5", |
| 51 | + "vue-template-compiler": "^2.6.14" |
| 52 | + }, |
| 53 | + "license": "MIT" |
| 54 | +} |
0 commit comments