|
| 1 | +{ |
| 2 | + "name": "Dimple", |
| 3 | + "version": "3.0.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "vue-cli-service serve", |
| 7 | + "build": "vue-cli-service build", |
| 8 | + "lint": "vue-cli-service lint" |
| 9 | + }, |
| 10 | + "dependencies": { |
| 11 | + "@octokit/core": "^3.5.1", |
| 12 | + "archiver": "^2.1.1", |
| 13 | + "axios": "^0.17.1", |
| 14 | + "element-ui": "^2.15.6", |
| 15 | + "emojilib": "^3.0.4", |
| 16 | + "express": "^4.16.2", |
| 17 | + "lodash": "^4.17.21", |
| 18 | + "moment": "^2.29.1", |
| 19 | + "qs": "^6.5.1", |
| 20 | + "resize-observer-polyfill": "^1.5.1", |
| 21 | + "ueditor": "^1.2.3", |
| 22 | + "vue": "^2.6.10", |
| 23 | + "vue-meta": "^1.5.0", |
| 24 | + "vue-router": "^3.5.2", |
| 25 | + "vuex": "^3.0.1" |
| 26 | + }, |
| 27 | + "devDependencies": { |
| 28 | + "@vue/cli-plugin-babel": "^3.12.0", |
| 29 | + "@vue/cli-plugin-eslint": "^3.12.0", |
| 30 | + "@vue/cli-service": "^4.1.2", |
| 31 | + "babel-core": "^6.26.3", |
| 32 | + "babel-eslint": "^7.1.1", |
| 33 | + "babel-loader": "^7.1.1", |
| 34 | + "babel-plugin-import": "^1.6.3", |
| 35 | + "babel-plugin-transform-runtime": "^6.22.0", |
| 36 | + "babel-preset-env": "^1.7.0", |
| 37 | + "babel-preset-es2015": "^6.24.1", |
| 38 | + "babel-preset-stage-1": "^6.24.1", |
| 39 | + "babel-preset-stage-2": "^6.22.0", |
| 40 | + "babel-register": "^6.22.0", |
| 41 | + "eslint": "^5.16.0", |
| 42 | + "eslint-plugin-vue": "^5.0.0", |
| 43 | + "html-webpack-plugin": "^2.30.1", |
| 44 | + "script-ext-html-webpack-plugin": "2.1.3", |
| 45 | + "vue-awesome-swiper": "^3.1.3", |
| 46 | + "vue-template-compiler": "^2.6.10", |
| 47 | + "node-sass": "^4.14.1", |
| 48 | + "sass": "^1.0.0-beta.4", |
| 49 | + "autoprefixer": "^7.1.2", |
| 50 | + "sass-loader": "^6.0.6", |
| 51 | + "webpack": "^3.6.0", |
| 52 | + "webpack-dev-server": "^2.9.1", |
| 53 | + "mini-css-extract-plugin": "^2.7.2" |
| 54 | + }, |
| 55 | + "eslintConfig": { |
| 56 | + "root": true, |
| 57 | + "env": { |
| 58 | + "node": true |
| 59 | + }, |
| 60 | + "extends": [ |
| 61 | + "plugin:vue/essential", |
| 62 | + "eslint:recommended" |
| 63 | + ], |
| 64 | + "rules": {}, |
| 65 | + "parserOptions": { |
| 66 | + "parser": "babel-eslint" |
| 67 | + } |
| 68 | + }, |
| 69 | + "postcss": { |
| 70 | + "plugins": { |
| 71 | + "autoprefixer": {} |
| 72 | + } |
| 73 | + }, |
| 74 | + "browserslist": [ |
| 75 | + "> 1%", |
| 76 | + "last 2 versions" |
| 77 | + ] |
| 78 | +} |
0 commit comments