| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "name": "moka_free_novel_front",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "vue-cli-service serve",
- "test": "vue-cli-service build --mode test",
- "build": "vue-cli-service build --mode prod",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "core-js": "^3.6.5",
- "element-ui": "^2.15.1",
- "vue": "^2.6.11",
- "vue-router": "^3.0.3",
- "vuex": "^3.6.2",
- "vue-video-player": "^5.0.2"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "axios": "^0.21.1",
- "babel-eslint": "^10.1.0",
- "compression-webpack-plugin": "^6.1.1",
- "eslint": "^6.8.0",
- "eslint-plugin-vue": "^6.2.2",
- "node-sass": "^4.9.2",
- "sass": "^1.18.0",
- "sass-loader": "^7.1.0",
- "vue-template-compiler": "^2.6.11"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "babel-eslint"
- },
- "rules": {
- "vue/no-unused-components": 2,
- "indent": "off",
- "semi": "off",
- "no-trailing-spaces": "off",
- "comma-dangle": "off",
- "no-useless-return": "off",
- "eqeqeq": "error",
- "no-undef": "off",
- "new-cap": [
- "off"
- ],
- "generator-star-spacing": "off",
- "no-tabs": "off",
- "no-unused-vars": "off",
- "no-console": "off",
- "no-irregular-whitespace": "off",
- "no-debugger": "off"
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|